zabbix: fix package rename missed database config
authorDaniel F. Dickinson <dfdpublic@wildtechgarden.ca>
Mon, 2 Feb 2026 13:44:52 +0000 (08:44 -0500)
committerMichael Heimpold <mhei@heimpold.de>
Wed, 4 Feb 2026 19:38:34 +0000 (20:38 +0100)
Due to package renaming the selection of database for the server and
proxy was missing from the Kconfig menu. This caused build failures for
proxy and server.

We now fix that.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
admin/zabbix/Makefile

index 4c4af46324cc2b18ae8394af9b53d022d669ad7c..63b567daa954e64215679389e0e65eac2a033884 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=zabbix
 PKG_VERSION:=7.0.22
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://cdn.zabbix.com/zabbix/sources/stable/$(basename $(PKG_VERSION))/ \
@@ -32,7 +32,7 @@ PKG_CONFIG_DEPENDS:= \
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/nls.mk
 
-define Package/zabbix-proxy/config
+define Package/zabbix-proxy-nossl/config
 comment "Database Software"
 
 choice