zabbix: drop unwanted file and wrong BUILD_VARIANT
authorDaniel F. Dickinson <dfdpublic@wildtechgarden.ca>
Mon, 26 Jan 2026 03:56:08 +0000 (22:56 -0500)
committerMichael Heimpold <mhei@heimpold.de>
Sun, 1 Feb 2026 19:39:30 +0000 (20:39 +0100)
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 <dfdpublic@wildtechgarden.ca>
admin/zabbix/Makefile
admin/zabbix/cspell.json [deleted file]

index 37b4029f066663faf022a31a7defc52335b43a24..d99a67f889e0c47ede0b385b40d8a70f3ac3f6e1 100644 (file)
@@ -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 (file)
index 6d8a2b5..0000000
+++ /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": []
-}