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>
+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
+++ /dev/null
-{
- "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": []
-}