applications: remove LUCI_PKGARCH:=all 6590/head
authorSergey Ponomarev <stokito@gmail.com>
Sun, 24 Sep 2023 08:16:58 +0000 (11:16 +0300)
committerSergey Ponomarev <stokito@gmail.com>
Sun, 24 Sep 2023 08:16:58 +0000 (11:16 +0300)
This is anyway default

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
34 files changed:
applications/luci-app-adblock-fast/Makefile
applications/luci-app-adblock/Makefile
applications/luci-app-advanced-reboot/Makefile
applications/luci-app-apinger/Makefile
applications/luci-app-aria2/Makefile
applications/luci-app-babeld/Makefile
applications/luci-app-banip/Makefile
applications/luci-app-cshark/Makefile
applications/luci-app-dawn/Makefile
applications/luci-app-ddns/Makefile
applications/luci-app-dnscrypt-proxy/Makefile
applications/luci-app-dockerman/Makefile
applications/luci-app-eoip/Makefile
applications/luci-app-https-dns-proxy/Makefile
applications/luci-app-keepalived/Makefile
applications/luci-app-ledtrig-rssi/Makefile
applications/luci-app-ledtrig-switch/Makefile
applications/luci-app-ledtrig-usbport/Makefile
applications/luci-app-lorawan-basicstation/Makefile
applications/luci-app-lxc/Makefile
applications/luci-app-mosquitto/Makefile
applications/luci-app-mwan3/Makefile
applications/luci-app-nextdns/Makefile
applications/luci-app-nut/Makefile
applications/luci-app-omcproxy/Makefile
applications/luci-app-pbr/Makefile
applications/luci-app-privoxy/Makefile
applications/luci-app-radicale/Makefile
applications/luci-app-radicale2/Makefile
applications/luci-app-smartdns/Makefile
applications/luci-app-snmpd/Makefile
applications/luci-app-sqm/Makefile
applications/luci-app-travelmate/Makefile
applications/luci-app-xinetd/Makefile

index 7dcb82ba73d21955ac82b4e62deccb23d39f4ed4..b55ac6a1eb97a194033c5b323b107e262989fc67 100644 (file)
@@ -10,7 +10,6 @@ PKG_VERSION:=1.0.0-1
 LUCI_TITLE:=AdBlock-Fast Web UI
 LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service.
 LUCI_DEPENDS:=+luci-base +adblock-fast +jsonfilter
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 3548c5232310203297c24540da40153bf605c5c2..25f90af4f9453c99037e858807d840bfa9a120fd 100644 (file)
@@ -5,7 +5,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for Adblock
 LUCI_DEPENDS:=+luci-base +adblock
-LUCI_PKGARCH:=all
 
 PKG_LICENSE:=Apache-2.0
 
index 09190dfbf92cec00c1cda72f6659dfb5e34c5d04..6c1dead62212afd32fda0ea89744bf8f90655cf5 100644 (file)
@@ -13,7 +13,6 @@ LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot
        an alternative partition. Also provides Web UI to shut down (power off) your device.    Supported dual-partition\
        routers are listed at https://docs.openwrt.melmac.net/luci-app-advanced-reboot/
 LUCI_DEPENDS:=+luci-base +jshn
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 77b18bf08db9252cb66b5f66c3965997efdba5db..81e1d55da36e3a37e3d783f965a5d4685100d73e 100644 (file)
@@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for the Apinger
 LUCI_DEPENDS:=+luci-base +apinger +apinger-rrd
-LUCI_PKGARCH:=all
 PKG_LICENSE:=GPL-2.0
 
 PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
index f6f10dc8be7391c3157aadebc74f25dfe8961c64..3ddc4dd58036728f7a610c99a5cbcfe4617986b8 100644 (file)
@@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI Support for Aria2
 LUCI_DEPENDS:=+luci-base +aria2
-LUCI_PKGARCH:=all
 
 PKG_MAINTAINER:=Xingwang Liao <kuoruan@gmail.com>
 PKG_LICENSE:=MIT
index 50ce9ce068e141bf8e6f43bb3402f7829c4ce869..c5f3d27c96c23f0d9e89f7ccc02d349072199c39 100644 (file)
@@ -2,7 +2,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for babeld
 LUCI_DEPENDS:=+luci-base +babeld +luci-compat
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 0da87b9e922eb587cd883a6e84e9618741409a07..c3c7ebea4831f05adbbb3d720ad7d1a2c1c788d5 100644 (file)
@@ -5,7 +5,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for banIP
 LUCI_DEPENDS:=+luci-base +banip
-LUCI_PKGARCH:=all
 
 PKG_LICENSE:=Apache-2.0
 
index 1273b50a3ba6768128ada1dbf9329e900f2356b5..2e89eaafdedf8d60a53f25f65bf02a5cbfe00ece 100644 (file)
@@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=Cloudshark capture tool Web UI
 LUCI_DEPENDS:=+luci-base +luci-compat +cshark
-LUCI_PKGARCH:=all
 
 PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
 
index 3e1ce3cc0ac7dc6b2575eb15215ffc5d78c35e45..a216f28187aa7871f934f5792c7b929ad4c2a162 100644 (file)
@@ -2,7 +2,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for DAWN
 LUCI_DEPENDS:=+luci-base +dawn +luci-compat +luci-lib-json
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 579843665c7521bc22805c234d484c7f31365a6a..a2d5935b1638205255d22f8fe994fb8a5ccfe9a7 100644 (file)
@@ -13,7 +13,6 @@ PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com>
 
 LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
 LUCI_DEPENDS:=+luci-base +luci-lua-runtime +ddns-scripts
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index e79b06de88c92f705a5aba1c965b154897c8e36c..20b838068e0aff60b000421d3a45d8f6d2b5cf8a 100644 (file)
@@ -6,7 +6,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for DNSCrypt-Proxy
 LUCI_DEPENDS:=+luci-base +luci-compat +uclient-fetch +dnscrypt-proxy +luci-lib-httpprotoutils
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 06c7180b0ad45bec60c215638eaf4f3b892737d1..72ec1d97b3f19fda5d4b840c38c5b3bc44c374e0 100644 (file)
@@ -7,7 +7,6 @@ LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
        +luci-lib-docker \
        +docker \
        +ttyd
-LUCI_PKGARCH:=all
 
 PKG_LICENSE:=AGPL-3.0
 PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
index f28b00e1518a58ebcd66dd93d4d4d28614a86813..1b31cc592ab7b09b534d3dc661383130c12fee20 100644 (file)
@@ -9,7 +9,6 @@ PKG_LICENSE:=Apache-2.0
 
 LUCI_TITLE:=LuCI Support for EoIP
 LUCI_DEPENDS:=+eoip +luci-base
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 4ed8b88163b30ff00db9d9d72aea5feab26032b0..54f1e6e59b1a11bc29cfbc47fabc79ca0c28c0eb 100644 (file)
@@ -10,7 +10,6 @@ PKG_VERSION:=2023-05-25-4
 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
 LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy
 LUCI_DEPENDS:=+luci-base +https-dns-proxy
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 81b0cc2635222a7b2ca6c0015523a31fe9da0c82..68dd7118bf20fc2bb43fa79537f13b9a9b96a17d 100644 (file)
@@ -10,7 +10,6 @@ PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
 
 LUCI_TITLE:=LuCI support for the Keepalived
 LUCI_DEPENDS:=+luci-base +keepalived +keepalived-sync
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index e08acad4e2e32c7d96d8264e401048bc51103a51..184739acefc2e2688addd7c5a7346867b9185700 100644 (file)
@@ -9,7 +9,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:= LuCI Support for ledtrigger rssi
 LUCI_DEPENDS:=+luci-base +rssileds
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index cecacfa80f9eaff4e22d8ba288174aca012eaf77..debea20e4f803a0bae085c8d92766124a1e56d17 100644 (file)
@@ -9,7 +9,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:= LuCI Support for ledtrigger switch
 LUCI_DEPENDS:=+luci-base
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 5e2cee96f2a9a9e019bb648400a484526ae5b449..577ea9175fd9bfd8cb1b5c4d1fcbd88c3c5aafaa 100644 (file)
@@ -9,7 +9,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:= LuCI Support for ledtrigger usbport
 LUCI_DEPENDS:=+luci-base +kmod-usb-ledtrig-usbport
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 1eb2afe5f93691599933a98b77889159315e4647..5875eb17f86b87e2a49eeb433b5c2fa707f0a2c4 100644 (file)
@@ -9,7 +9,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI Support for LoRaWAN basicstation
 LUCI_DEPENDS:=+luci-base +basicstation
-LUCI_PKGARCH:=all
 
 PKG_MAINTAINER:=Marcus Schref <mschref@tdt.de>
 PKG_LICENSE:=APACHE-2.0
index c976a1ee465ade9ae13bca4eb31a082672547d4e..1a81d35391afb63e59b615c1b5b7e1ebce04e88d 100644 (file)
@@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LXC management Web UI
 LUCI_DEPENDS:=@!arc +luci-compat +luci-base +lxc +lxc-attach +lxc-console +lxc-create +liblxc +rpcd-mod-lxc +getopt +!LXC_BUSYBOX_OPTIONS:tar
-LUCI_PKGARCH:=all
 
 define Package/luci-app-lxc/conffiles
 /etc/config/lxc
index 1a659caeeecfddd63351a3ee850fd89bec7896c2..751a88ed8bda69a56082d14d7113c06b8437db8a 100644 (file)
@@ -2,7 +2,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=Mosquitto LuCI interface
 LUCI_DEPENDS:=+luci-compat +luci-base mosquitto
-LUCI_PKGARCH:=all
 LUCI_DESCRIPTION:=Provides a webadmin for most basic mosquitto parameters.
 
 PKG_MAINTAINER:= Karl Palsson <karlp@etactica.com>
index 31d15afd47c651e37c9113d6ffad44d21a393810..98c0293e05e0356eabe4f9d2ce60d643717cac04 100644 (file)
@@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for the MWAN3 MultiWAN Manager
 LUCI_DEPENDS:=+luci-base +mwan3
-LUCI_PKGARCH:=all
 PKG_LICENSE:=GPLv2
 
 PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
index cd4980ccb9245e440f7e7f33e53acf315d77c589..9d2734c186c1bc83f594b88e8dbda3afe6b3880b 100644 (file)
@@ -5,7 +5,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for NextDNS
 LUCI_DEPENDS:=+luci-base +nextdns
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 1190a50eb684ba81e46ec32f91a1ff809ae9c687..e399a5021728b7244eb0406875253fd0a30f24d1 100644 (file)
@@ -9,7 +9,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=Network UPS Tools Configuration
 LUCI_DEPENDS:=+luci-base +luci-compat
-LUCI_PKGARCH:=all
 PKG_RELEASE:=1
 
 include ../../luci.mk
index 77bf565015767ce6ca9ce9910a23f07b2afa74a9..215fd1e485c89a569b6f2f985e0da9563579fc32 100644 (file)
@@ -15,7 +15,6 @@ PKG_LICENSE:=Apache-2.0
 
 LUCI_TITLE:=LuCI support for omcproxy
 LUCI_DEPENDS:=+luci-base +omcproxy
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index 912db16fd197eda8c43a452a17686968ab51ffac..3b04a9500d4302fcf96f19e5a10cde547d3e5745 100644 (file)
@@ -10,7 +10,6 @@ PKG_VERSION:=1.1.1-7
 LUCI_TITLE:=Policy Based Routing Service Web UI
 LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service.
 LUCI_DEPENDS:=+luci-base +jsonfilter +pbr
-LUCI_PKGARCH:=all
 
 PKG_PROVIDES:=luci-app-vpnbypass luci-app-vpn-policy-routing
 
index 3a9aa489630c2cafa68417a91a8520646be70b4e..5c1f30a5b6e60bcbff9e83c17746dbdad20e2ba1 100644 (file)
@@ -22,7 +22,6 @@ PKG_MAINTAINER:=
 # LuCI specific settings
 LUCI_TITLE:=LuCI Support for Privoxy WEB proxy
 LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base +privoxy
-LUCI_PKGARCH:=all
 
 define Package/$(PKG_NAME)/config
 # shown in make menuconfig <Help>
index 7002cdb8fd3347af00d4fddea21a0be0fc26dd06..eee10b2a4d36717383d53f1da4ed01f5e9a542a1 100644 (file)
@@ -22,7 +22,6 @@ PKG_MAINTAINER:=
 # LuCI specific settings
 LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV
 LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base
-LUCI_PKGARCH:=all
 
 define Package/$(PKG_NAME)/config
 # shown in make menuconfig <Help>
index fe7e9e98c662a3256f33ce7c48cafa5ebbde6939..c2c6838db010c91de70770e4557ccd5a2150d217 100644 (file)
@@ -2,7 +2,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=Radicale v2.x CalDAV/CardDAV Server
 LUCI_DEPENDS:=+luci-base +luci-compat +radicale2 +rpcd-mod-rad2-enc
-LUCI_PKGARCH:=all
 
 PKG_LICENSE:=Apache-2.0
 
index 217288cfa4179dc16cd252d84e07940c2c65697b..a53d89e9c1c69ff508107e89dfce673ac341abf3 100644 (file)
@@ -12,7 +12,6 @@ PKG_RELEASE:=1
 LUCI_TITLE:=LuCI for smartdns
 LUCI_DESCRIPTION:=Provides Luci for smartdns
 LUCI_DEPENDS:=+luci-base +smartdns
-LUCI_PKGARCH:=all
 
 define Package/$(PKG_NAME)/config
 # shown in make menuconfig <Help>
index ffb14cfe252ad800fb10c2a67e008fed501db23a..ef48151645d726fd46042e2d4799517d4be4a2e7 100644 (file)
@@ -2,7 +2,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:= Net-SNMP LuCI interface
 LUCI_DEPENDS:=+luci-base +snmpd
-LUCI_PKGARCH:=all
 LUCI_DESCRIPTION:=Some common net-snmp config items. In no way is this comprehensive.
 
 PKG_MAINTAINER:= Karl Palsson <karlp@etactica.com>
index f83b99ee2d745cee0999b54d5ba7f3bf4d47823c..cce746a2a81f9daff5ba4ec26e6fbaa570e426eb 100644 (file)
@@ -9,7 +9,6 @@ LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package
 PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
 
 LUCI_DEPENDS:=+luci-base +sqm-scripts
-LUCI_PKGARCH:=all
 
 include ../../luci.mk
 
index ec16edaddd64871af169292191dcb9e87327bc0e..34ecbe1de530d20ea92dc49bb00134c87b1f4b87 100644 (file)
@@ -5,7 +5,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for Travelmate
 LUCI_DEPENDS:=+luci-base +travelmate
-LUCI_PKGARCH:=all
 
 PKG_LICENSE:=Apache-2.0
 
index db518755a1750a7e757a3f1dfb37cf7346dc6956..bbe0b22c2e501ecd8fa220c067b01494bf038cd5 100644 (file)
@@ -9,7 +9,6 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI Support for xinetd
 LUCI_DEPENDS:=+luci-base +xinetd
-LUCI_PKGARCH:=all
 
 PKG_MAINTAINER:=Helge Mader <ma@dev.tdt.de>