mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
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 <dfdpublic@wildtechgarden.ca>
This commit is contained in:
committed by
Michael Heimpold
parent
2dc5369094
commit
0a897f7042
@@ -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
|
||||
|
||||
@@ -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": []
|
||||
}
|
||||
Reference in New Issue
Block a user