From 0a897f7042d99f2ceefb71c720146434a6ef2175 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Sun, 25 Jan 2026 22:56:08 -0500 Subject: [PATCH] zabbix: drop unwanted file and wrong BUILD_VARIANT cspell.json was accidentally include in a previous commit, so remove it. VARIANT is to be used in package definitions, and BUILD_VARIANT for checking which VARIANT is currently being built. BUILD_VARIANT was incorrectly used in a package definition, so we fix that. Signed-off-by: Daniel F. Dickinson --- admin/zabbix/Makefile | 2 +- admin/zabbix/cspell.json | 43 ---------------------------------------- 2 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 admin/zabbix/cspell.json diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index 37b4029f06..d99a67f889 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -211,7 +211,7 @@ define Package/zabbix-server-frontend +ZABBIX_POSTGRESQL:php8-mod-pgsql \ +ZABBIX_MYSQL:php8-mod-mysqli \ @(!ZABBIX_SQLITE) - BUILD_VARIANT:=no-configure + VARIANT:=no-configure endef define Package/zabbix-proxy/Default diff --git a/admin/zabbix/cspell.json b/admin/zabbix/cspell.json deleted file mode 100644 index 6d8a2b53e9..0000000000 --- a/admin/zabbix/cspell.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "version": "0.2", - "ignorePaths": [], - "dictionaryDefinitions": [], - "dictionaries": [], - "words": [ - "agentd", - "bcmath", - "conffiles", - "ctype", - "DEBUGFS", - "endchoice", - "fping", - "gnutls", - "INSTROOT", - "IPKG", - "killall", - "libevent", - "libgnutls", - "libiwinfo", - "libmariadbclient", - "libopenssl", - "libpcre", - "libpq", - "libsqlite", - "libubus", - "mbstring", - "mysqli", - "nossl", - "pgsql", - "postinst", - "pthreads", - "TOPDIR", - "ubus", - "ubusd", - "userparameters", - "wlan", - "xmlreader", - "xmlwriter" - ], - "ignoreWords": [], - "import": [] -}