summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel F. Dickinson2026-02-02 13:44:52 +0000
committerMichael Heimpold2026-02-04 19:38:34 +0000
commitb03268238101c726eedd8ab79b902e4f80dd973f (patch)
treea9666699e960552a7411a79d5d2c05b9dfdf2868
parent8bc0c6c7cf83289d44ac03273d8a044db8cd8f9c (diff)
downloadpackages-b03268238101c726eedd8ab79b902e4f80dd973f.tar.gz
zabbix: fix package rename missed database config
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>
-rw-r--r--admin/zabbix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile
index 4c4af46324..63b567daa9 100644
--- a/admin/zabbix/Makefile
+++ b/admin/zabbix/Makefile
@@ -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