From: Sergey Ponomarev Date: Sun, 24 Sep 2023 08:11:42 +0000 (+0300) Subject: applications: add missing dependency to luci-base X-Git-Url: http://git.openwrt.org/openwrt/feeds.git?a=commitdiff_plain;h=3e7fe9f07bc7f775f9fb3d1f1e2a9b972faf86d1;p=project%2Fluci.git applications: add missing dependency to luci-base It's better to explicitly define it Signed-off-by: Sergey Ponomarev --- diff --git a/applications/luci-app-adblock/Makefile b/applications/luci-app-adblock/Makefile index 0d4bc93949..3548c52323 100644 --- a/applications/luci-app-adblock/Makefile +++ b/applications/luci-app-adblock/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Adblock -LUCI_DEPENDS:=+adblock +LUCI_DEPENDS:=+luci-base +adblock LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 diff --git a/applications/luci-app-ahcp/Makefile b/applications/luci-app-ahcp/Makefile index 10859345e6..f66be24766 100644 --- a/applications/luci-app-ahcp/Makefile +++ b/applications/luci-app-ahcp/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for AHCPd -LUCI_DEPENDS:=+luci-compat +ahcpd +LUCI_DEPENDS:=+luci-base +luci-compat +ahcpd include ../../luci.mk diff --git a/applications/luci-app-apinger/Makefile b/applications/luci-app-apinger/Makefile index 78de53a7e8..77b18bf08d 100644 --- a/applications/luci-app-apinger/Makefile +++ b/applications/luci-app-apinger/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for the Apinger -LUCI_DEPENDS:=+apinger +apinger-rrd +LUCI_DEPENDS:=+luci-base +apinger +apinger-rrd LUCI_PKGARCH:=all PKG_LICENSE:=GPL-2.0 diff --git a/applications/luci-app-aria2/Makefile b/applications/luci-app-aria2/Makefile index ad6bd1d184..f6f10dc8be 100644 --- a/applications/luci-app-aria2/Makefile +++ b/applications/luci-app-aria2/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Aria2 -LUCI_DEPENDS:=+aria2 +LUCI_DEPENDS:=+luci-base +aria2 LUCI_PKGARCH:=all PKG_MAINTAINER:=Xingwang Liao diff --git a/applications/luci-app-babeld/Makefile b/applications/luci-app-babeld/Makefile index 6af9280261..50ce9ce068 100644 --- a/applications/luci-app-babeld/Makefile +++ b/applications/luci-app-babeld/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for babeld -LUCI_DEPENDS:=+babeld +luci-compat +LUCI_DEPENDS:=+luci-base +babeld +luci-compat LUCI_PKGARCH:=all include ../../luci.mk diff --git a/applications/luci-app-banip/Makefile b/applications/luci-app-banip/Makefile index 60e4ecb529..0da87b9e92 100644 --- a/applications/luci-app-banip/Makefile +++ b/applications/luci-app-banip/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for banIP -LUCI_DEPENDS:=+banip +LUCI_DEPENDS:=+luci-base +banip LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 diff --git a/applications/luci-app-commands/Makefile b/applications/luci-app-commands/Makefile index e581a003b8..6378f572ff 100644 --- a/applications/luci-app-commands/Makefile +++ b/applications/luci-app-commands/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Shell Command Module +LUCI_DEPENDS:=+luci-base PKG_LICENSE:=Apache-2.0 diff --git a/applications/luci-app-coovachilli/Makefile b/applications/luci-app-coovachilli/Makefile index 4bcafdc8f8..1f3a0fc0ea 100644 --- a/applications/luci-app-coovachilli/Makefile +++ b/applications/luci-app-coovachilli/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Coova Chilli -LUCI_DEPENDS:=+luci-compat @BROKEN +LUCI_DEPENDS:=+luci-base +luci-compat @BROKEN include ../../luci.mk diff --git a/applications/luci-app-cshark/Makefile b/applications/luci-app-cshark/Makefile index c8a283bea4..1273b50a3b 100644 --- a/applications/luci-app-cshark/Makefile +++ b/applications/luci-app-cshark/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Cloudshark capture tool Web UI -LUCI_DEPENDS:=+luci-compat +cshark +LUCI_DEPENDS:=+luci-base +luci-compat +cshark LUCI_PKGARCH:=all PKG_MAINTAINER:=Luka Perkov diff --git a/applications/luci-app-dawn/Makefile b/applications/luci-app-dawn/Makefile index 1b2b598cc8..3e1ce3cc0a 100644 --- a/applications/luci-app-dawn/Makefile +++ b/applications/luci-app-dawn/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for DAWN -LUCI_DEPENDS:=+dawn +luci-compat +luci-lib-json +LUCI_DEPENDS:=+luci-base +dawn +luci-compat +luci-lib-json LUCI_PKGARCH:=all include ../../luci.mk diff --git a/applications/luci-app-dcwapd/Makefile b/applications/luci-app-dcwapd/Makefile index 3def090a76..6b85d0c864 100644 --- a/applications/luci-app-dcwapd/Makefile +++ b/applications/luci-app-dcwapd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Dual Channel Wi-Fi AP Daemon configuration module -LUCI_DEPENDS:=+luci-compat +dcwapd +LUCI_DEPENDS:=+luci-base +luci-compat +dcwapd include ../../luci.mk diff --git a/applications/luci-app-diag-core/Makefile b/applications/luci-app-diag-core/Makefile index ac9f499b12..1fcd9c6fc4 100644 --- a/applications/luci-app-diag-core/Makefile +++ b/applications/luci-app-diag-core/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Diagnostics Tools (Core) -LUCI_DEPENDS:= +LUCI_DEPENDS:=+luci-base include ../../luci.mk diff --git a/applications/luci-app-dnscrypt-proxy/Makefile b/applications/luci-app-dnscrypt-proxy/Makefile index c67b83000f..e79b06de88 100644 --- a/applications/luci-app-dnscrypt-proxy/Makefile +++ b/applications/luci-app-dnscrypt-proxy/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for DNSCrypt-Proxy -LUCI_DEPENDS:=+luci-compat +uclient-fetch +dnscrypt-proxy +luci-lib-httpprotoutils +LUCI_DEPENDS:=+luci-base +luci-compat +uclient-fetch +dnscrypt-proxy +luci-lib-httpprotoutils LUCI_PKGARCH:=all include ../../luci.mk diff --git a/applications/luci-app-dockerman/Makefile b/applications/luci-app-dockerman/Makefile index f4d1030860..06c7180b0a 100644 --- a/applications/luci-app-dockerman/Makefile +++ b/applications/luci-app-dockerman/Makefile @@ -2,6 +2,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for docker LUCI_DEPENDS:=@(aarch64||arm||x86_64) \ + +luci-base \ +luci-compat \ +luci-lib-docker \ +docker \ diff --git a/applications/luci-app-dump1090/Makefile b/applications/luci-app-dump1090/Makefile index 81cf9f0ed4..8cc7ef306d 100644 --- a/applications/luci-app-dump1090/Makefile +++ b/applications/luci-app-dump1090/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for dump1090 -LUCI_DEPENDS:=+luci-compat +dump1090 +LUCI_DEPENDS:=+luci-base +luci-compat +dump1090 include ../../luci.mk diff --git a/applications/luci-app-dynapoint/Makefile b/applications/luci-app-dynapoint/Makefile index a763dc6146..1f4486ef4b 100644 --- a/applications/luci-app-dynapoint/Makefile +++ b/applications/luci-app-dynapoint/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for DynaPoint -LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +dynapoint +LUCI_DEPENDS:=+luci-base +luci-compat +luci-lib-ipkg +dynapoint PKG_LICENSE:=GPL-3.0+ PKG_MAINTAINER:=Tobias Ilte diff --git a/applications/luci-app-firewall/Makefile b/applications/luci-app-firewall/Makefile index 2e219d0096..fc33128886 100644 --- a/applications/luci-app-firewall/Makefile +++ b/applications/luci-app-firewall/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Firewall and Portforwarding application -LUCI_DEPENDS:=+uci-firewall +LUCI_DEPENDS:=+luci-base +uci-firewall PKG_LICENSE:=Apache-2.0 diff --git a/applications/luci-app-frpc/Makefile b/applications/luci-app-frpc/Makefile index 90a20c4bfc..16e10e54a6 100644 --- a/applications/luci-app-frpc/Makefile +++ b/applications/luci-app-frpc/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for frp client -LUCI_DEPENDS:=+frpc +LUCI_DEPENDS:=+luci-base +frpc PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Richard Yu diff --git a/applications/luci-app-frps/Makefile b/applications/luci-app-frps/Makefile index 4d77b03c07..f835b9aa39 100644 --- a/applications/luci-app-frps/Makefile +++ b/applications/luci-app-frps/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for frp server -LUCI_DEPENDS:=+frps +LUCI_DEPENDS:=+luci-base +frps PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Richard Yu diff --git a/applications/luci-app-fwknopd/Makefile b/applications/luci-app-fwknopd/Makefile index ba7a8568e7..7aabd3c2af 100644 --- a/applications/luci-app-fwknopd/Makefile +++ b/applications/luci-app-fwknopd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Fwknopd config - web config for the firewall knock daemon -LUCI_DEPENDS:=+fwknopd +qrencode +LUCI_DEPENDS:=+luci-base +fwknopd +qrencode PKG_LICENSE:=GPLv2 PKG_MAINTAINER:=Jonathan Bennett include ../../luci.mk diff --git a/applications/luci-app-hd-idle/Makefile b/applications/luci-app-hd-idle/Makefile index 28e1cef14b..e5c16c9fc2 100644 --- a/applications/luci-app-hd-idle/Makefile +++ b/applications/luci-app-hd-idle/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Hard Disk Idle Spin-Down module -LUCI_DEPENDS:=+hd-idle +lsblk +LUCI_DEPENDS:=+luci-base +hd-idle +lsblk include ../../luci.mk diff --git a/applications/luci-app-ksmbd/Makefile b/applications/luci-app-ksmbd/Makefile index 08f476a277..c360614e2d 100644 --- a/applications/luci-app-ksmbd/Makefile +++ b/applications/luci-app-ksmbd/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Network Shares - Ksmbd the SMB kernel fileserver -LUCI_DEPENDS:=+ksmbd-server +LUCI_DEPENDS:=+luci-base +ksmbd-server include ../../luci.mk diff --git a/applications/luci-app-ledtrig-rssi/Makefile b/applications/luci-app-ledtrig-rssi/Makefile index b3be2065c8..e08acad4e2 100644 --- a/applications/luci-app-ledtrig-rssi/Makefile +++ b/applications/luci-app-ledtrig-rssi/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:= LuCI Support for ledtrigger rssi -LUCI_DEPENDS:=+rssileds +LUCI_DEPENDS:=+luci-base +rssileds LUCI_PKGARCH:=all include ../../luci.mk diff --git a/applications/luci-app-ledtrig-switch/Makefile b/applications/luci-app-ledtrig-switch/Makefile index 7cefc50294..cecacfa80f 100644 --- a/applications/luci-app-ledtrig-switch/Makefile +++ b/applications/luci-app-ledtrig-switch/Makefile @@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:= LuCI Support for ledtrigger switch +LUCI_DEPENDS:=+luci-base LUCI_PKGARCH:=all include ../../luci.mk diff --git a/applications/luci-app-ledtrig-usbport/Makefile b/applications/luci-app-ledtrig-usbport/Makefile index 1a176676fa..5e2cee96f2 100644 --- a/applications/luci-app-ledtrig-usbport/Makefile +++ b/applications/luci-app-ledtrig-usbport/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:= LuCI Support for ledtrigger usbport -LUCI_DEPENDS:=+kmod-usb-ledtrig-usbport +LUCI_DEPENDS:=+luci-base +kmod-usb-ledtrig-usbport LUCI_PKGARCH:=all include ../../luci.mk diff --git a/applications/luci-app-lorawan-basicstation/Makefile b/applications/luci-app-lorawan-basicstation/Makefile index 392587767b..1eb2afe5f9 100644 --- a/applications/luci-app-lorawan-basicstation/Makefile +++ b/applications/luci-app-lorawan-basicstation/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for LoRaWAN basicstation -LUCI_DEPENDS:=+basicstation +LUCI_DEPENDS:=+luci-base +basicstation LUCI_PKGARCH:=all PKG_MAINTAINER:=Marcus Schref diff --git a/applications/luci-app-ltqtapi/Makefile b/applications/luci-app-ltqtapi/Makefile index c969248126..0b377ba4b8 100644 --- a/applications/luci-app-ltqtapi/Makefile +++ b/applications/luci-app-ltqtapi/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Lantiq Devices -LUCI_DEPENDS:=+luci-compat @BROKEN +LUCI_DEPENDS:=+luci-base +luci-compat @BROKEN include ../../luci.mk diff --git a/applications/luci-app-minidlna/Makefile b/applications/luci-app-minidlna/Makefile index 4790aa32ce..29d1870f11 100644 --- a/applications/luci-app-minidlna/Makefile +++ b/applications/luci-app-minidlna/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for miniDLNA -LUCI_DEPENDS:=+minidlna +LUCI_DEPENDS:=+luci-base +minidlna include ../../luci.mk diff --git a/applications/luci-app-mjpg-streamer/Makefile b/applications/luci-app-mjpg-streamer/Makefile index b4f1f14127..11048862f0 100644 --- a/applications/luci-app-mjpg-streamer/Makefile +++ b/applications/luci-app-mjpg-streamer/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=MJPG-Streamer service configuration module -LUCI_DEPENDS:= +mjpg-streamer +LUCI_DEPENDS:=+luci-base +mjpg-streamer include ../../luci.mk diff --git a/applications/luci-app-mwan3/Makefile b/applications/luci-app-mwan3/Makefile index 8edba3ccd5..31d15afd47 100644 --- a/applications/luci-app-mwan3/Makefile +++ b/applications/luci-app-mwan3/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for the MWAN3 MultiWAN Manager -LUCI_DEPENDS:=+mwan3 +LUCI_DEPENDS:=+luci-base +mwan3 LUCI_PKGARCH:=all PKG_LICENSE:=GPLv2 diff --git a/applications/luci-app-natmap/Makefile b/applications/luci-app-natmap/Makefile index 0d02dcac51..7238f0da38 100644 --- a/applications/luci-app-natmap/Makefile +++ b/applications/luci-app-natmap/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for natmap -LUCI_DEPENDS:=+natmap +LUCI_DEPENDS:=+luci-base +natmap PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Richard Yu diff --git a/applications/luci-app-nextdns/Makefile b/applications/luci-app-nextdns/Makefile index 51d60561b1..cd4980ccb9 100644 --- a/applications/luci-app-nextdns/Makefile +++ b/applications/luci-app-nextdns/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for NextDNS -LUCI_DEPENDS:=+nextdns +LUCI_DEPENDS:=+luci-base +nextdns LUCI_PKGARCH:=all include ../../luci.mk diff --git a/applications/luci-app-nft-qos/Makefile b/applications/luci-app-nft-qos/Makefile index a8227de9fd..1690854fc4 100644 --- a/applications/luci-app-nft-qos/Makefile +++ b/applications/luci-app-nft-qos/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=QoS over Nftables -LUCI_DEPENDS:=+luci-compat +nft-qos +LUCI_DEPENDS:=+luci-base +luci-compat +nft-qos include ../../luci.mk diff --git a/applications/luci-app-nlbwmon/Makefile b/applications/luci-app-nlbwmon/Makefile index a00177f2ca..d53452c3f0 100644 --- a/applications/luci-app-nlbwmon/Makefile +++ b/applications/luci-app-nlbwmon/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Netlink based bandwidth accounting -LUCI_DEPENDS:=+nlbwmon +LUCI_DEPENDS:=+luci-base +nlbwmon include ../../luci.mk diff --git a/applications/luci-app-ntpc/Makefile b/applications/luci-app-ntpc/Makefile index b144b7ba93..108ed9027e 100644 --- a/applications/luci-app-ntpc/Makefile +++ b/applications/luci-app-ntpc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=NTP time synchronisation configuration module -LUCI_DEPENDS:=+luci-compat +ntpclient +LUCI_DEPENDS:=+luci-base +luci-compat +ntpclient include ../../luci.mk diff --git a/applications/luci-app-nut/Makefile b/applications/luci-app-nut/Makefile index cce56e0c9f..1190a50eb6 100644 --- a/applications/luci-app-nut/Makefile +++ b/applications/luci-app-nut/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Network UPS Tools Configuration -LUCI_DEPENDS:=+luci-compat +LUCI_DEPENDS:=+luci-base +luci-compat LUCI_PKGARCH:=all PKG_RELEASE:=1 diff --git a/applications/luci-app-ocserv/Makefile b/applications/luci-app-ocserv/Makefile index 2f2ea788eb..918e85815b 100644 --- a/applications/luci-app-ocserv/Makefile +++ b/applications/luci-app-ocserv/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for OpenConnect VPN -LUCI_DEPENDS:=+luci-compat +ocserv +certtool +LUCI_DEPENDS:=+luci-base +luci-compat +ocserv +certtool include ../../luci.mk diff --git a/applications/luci-app-olsr-services/Makefile b/applications/luci-app-olsr-services/Makefile index b1daf6daad..245ea602d5 100644 --- a/applications/luci-app-olsr-services/Makefile +++ b/applications/luci-app-olsr-services/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Show services announced with the nameservice plugin -LUCI_DEPENDS:=+luci-app-olsr +olsrd +olsrd-mod-nameservice +LUCI_DEPENDS:=+luci-base +luci-app-olsr +olsrd +olsrd-mod-nameservice include ../../luci.mk diff --git a/applications/luci-app-olsr-viz/Makefile b/applications/luci-app-olsr-viz/Makefile index e1a1185092..34ac041f4d 100644 --- a/applications/luci-app-olsr-viz/Makefile +++ b/applications/luci-app-olsr-viz/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=OLSR Visualisation -LUCI_DEPENDS:=+luci-app-olsr +olsrd +olsrd-mod-txtinfo +LUCI_DEPENDS:=+luci-base +luci-app-olsr +olsrd +olsrd-mod-txtinfo include ../../luci.mk diff --git a/applications/luci-app-olsr/Makefile b/applications/luci-app-olsr/Makefile index 168bfab9f3..b503809a78 100644 --- a/applications/luci-app-olsr/Makefile +++ b/applications/luci-app-olsr/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=OLSR configuration and status module -LUCI_DEPENDS:=+olsrd +LUCI_DEPENDS:=+luci-base +olsrd include ../../luci.mk diff --git a/applications/luci-app-omcproxy/Makefile b/applications/luci-app-omcproxy/Makefile index 622ce06950..77bf565015 100644 --- a/applications/luci-app-omcproxy/Makefile +++ b/applications/luci-app-omcproxy/Makefile @@ -14,7 +14,7 @@ PKG_MAINTAINER:=Shun Li PKG_LICENSE:=Apache-2.0 LUCI_TITLE:=LuCI support for omcproxy -LUCI_DEPENDS:=+omcproxy +LUCI_DEPENDS:=+luci-base +omcproxy LUCI_PKGARCH:=all include ../../luci.mk diff --git a/applications/luci-app-openvpn/Makefile b/applications/luci-app-openvpn/Makefile index 4dfcc682ce..74df261b0d 100644 --- a/applications/luci-app-openvpn/Makefile +++ b/applications/luci-app-openvpn/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for OpenVPN -LUCI_DEPENDS:=+luci-compat +LUCI_DEPENDS:=+luci-base +luci-compat PKG_LICENSE:=Apache-2.0 diff --git a/applications/luci-app-openwisp/Makefile b/applications/luci-app-openwisp/Makefile index 03fbd83c11..b8b147998d 100644 --- a/applications/luci-app-openwisp/Makefile +++ b/applications/luci-app-openwisp/Makefile @@ -8,7 +8,7 @@ PKG_MAINTAINER:=Nicholas Smith LUCI_TITLE:=LuCI support for OpenWISP LUCI_DESCRIPTION:=Allows configuration of OpenWISP agent settings -LUCI_DEPENDS:=+openwisp-config +LUCI_DEPENDS:=+luci-base +openwisp-config include ../../luci.mk diff --git a/applications/luci-app-opkg/Makefile b/applications/luci-app-opkg/Makefile index 5763e9115e..0f3d8a7027 100644 --- a/applications/luci-app-opkg/Makefile +++ b/applications/luci-app-opkg/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=OPKG package management application -LUCI_DEPENDS:=+opkg +LUCI_DEPENDS:=+luci-base +opkg include ../../luci.mk diff --git a/applications/luci-app-p910nd/Makefile b/applications/luci-app-p910nd/Makefile index 8c73f372f4..4b33020cbd 100644 --- a/applications/luci-app-p910nd/Makefile +++ b/applications/luci-app-p910nd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=p910nd - Printer server module -LUCI_DEPENDS:=+luci-compat +p910nd +LUCI_DEPENDS:=+luci-base +luci-compat +p910nd include ../../luci.mk diff --git a/applications/luci-app-pagekitec/Makefile b/applications/luci-app-pagekitec/Makefile index d875009772..9ed223a7ca 100644 --- a/applications/luci-app-pagekitec/Makefile +++ b/applications/luci-app-pagekitec/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for PageKite -LUCI_DEPENDS:=+pagekitec +LUCI_DEPENDS:=+luci-base +pagekitec PKG_MAINTAINER:=Karl Palsson diff --git a/applications/luci-app-polipo/Makefile b/applications/luci-app-polipo/Makefile index 0bd1843322..cd157e48e9 100644 --- a/applications/luci-app-polipo/Makefile +++ b/applications/luci-app-polipo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for the Polipo Proxy -LUCI_DEPENDS:=+luci-compat +polipo +LUCI_DEPENDS:=+luci-base +luci-compat +polipo include ../../luci.mk diff --git a/applications/luci-app-qos/Makefile b/applications/luci-app-qos/Makefile index 8361b6e2e6..846858d043 100644 --- a/applications/luci-app-qos/Makefile +++ b/applications/luci-app-qos/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Quality of Service configuration module -LUCI_DEPENDS:=+luci-compat +qos-scripts +LUCI_DEPENDS:=+luci-base +luci-compat +qos-scripts PKG_LICENSE:=Apache-2.0 diff --git a/applications/luci-app-radicale2/Makefile b/applications/luci-app-radicale2/Makefile index aa964d4f51..fe7e9e98c6 100644 --- a/applications/luci-app-radicale2/Makefile +++ b/applications/luci-app-radicale2/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Radicale v2.x CalDAV/CardDAV Server -LUCI_DEPENDS:=+luci-compat +radicale2 +rpcd-mod-rad2-enc +LUCI_DEPENDS:=+luci-base +luci-compat +radicale2 +rpcd-mod-rad2-enc LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 diff --git a/applications/luci-app-rp-pppoe-server/Makefile b/applications/luci-app-rp-pppoe-server/Makefile index b4edfc9499..4454242d48 100644 --- a/applications/luci-app-rp-pppoe-server/Makefile +++ b/applications/luci-app-rp-pppoe-server/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Roaring Penguin PPPoE Server -LUCI_DEPENDS:=+luci-compat +rp-pppoe-server +LUCI_DEPENDS:=+luci-base +luci-compat +rp-pppoe-server include ../../luci.mk diff --git a/applications/luci-app-samba4/Makefile b/applications/luci-app-samba4/Makefile index b0dedc5413..0073e6a7e3 100644 --- a/applications/luci-app-samba4/Makefile +++ b/applications/luci-app-samba4/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Network Shares - Samba 4 SMB/CIFS fileserver -LUCI_DEPENDS:=+samba4-server +LUCI_DEPENDS:=+luci-base +samba4-server include ../../luci.mk diff --git a/applications/luci-app-ser2net/Makefile b/applications/luci-app-ser2net/Makefile index a77bd4009e..72ca1f698a 100644 --- a/applications/luci-app-ser2net/Makefile +++ b/applications/luci-app-ser2net/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for ser2net -LUCI_DEPENDS:=+ser2net +LUCI_DEPENDS:=+luci-base +ser2net PKG_LICENSE:=Apache-2.0 diff --git a/applications/luci-app-shairplay/Makefile b/applications/luci-app-shairplay/Makefile index 59ca53d1b1..1e9ca6bef1 100644 --- a/applications/luci-app-shairplay/Makefile +++ b/applications/luci-app-shairplay/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Shairplay -LUCI_DEPENDS:=+luci-compat +shairplay +LUCI_DEPENDS:=+luci-base +luci-compat +shairplay include ../../luci.mk diff --git a/applications/luci-app-siitwizard/Makefile b/applications/luci-app-siitwizard/Makefile index a411f6aa3d..7677db0cf2 100644 --- a/applications/luci-app-siitwizard/Makefile +++ b/applications/luci-app-siitwizard/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=SIIT IPv4-over-IPv6 configuration wizard -LUCI_DEPENDS:=+luci-compat +kmod-siit +LUCI_DEPENDS:=+luci-base +luci-compat +kmod-siit include ../../luci.mk diff --git a/applications/luci-app-smartdns/Makefile b/applications/luci-app-smartdns/Makefile index 407e98f7c8..217288cfa4 100644 --- a/applications/luci-app-smartdns/Makefile +++ b/applications/luci-app-smartdns/Makefile @@ -11,7 +11,7 @@ PKG_RELEASE:=1 LUCI_TITLE:=LuCI for smartdns LUCI_DESCRIPTION:=Provides Luci for smartdns -LUCI_DEPENDS:=+smartdns +LUCI_DEPENDS:=+luci-base +smartdns LUCI_PKGARCH:=all define Package/$(PKG_NAME)/config diff --git a/applications/luci-app-softether/Makefile b/applications/luci-app-softether/Makefile index 06a310c7e1..0321508401 100644 --- a/applications/luci-app-softether/Makefile +++ b/applications/luci-app-softether/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Softether management application -LUCI_DEPENDS:=+softethervpn5-client +LUCI_DEPENDS:=+luci-base +softethervpn5-client include ../../luci.mk diff --git a/applications/luci-app-splash/Makefile b/applications/luci-app-splash/Makefile index 8950a497ea..5d9503c622 100644 --- a/applications/luci-app-splash/Makefile +++ b/applications/luci-app-splash/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Freifunk DHCP-Splash application -LUCI_DEPENDS:=+luci-compat +luci-lib-nixio +luci-lib-iptparser +luci-lua-runtime +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt +LUCI_DEPENDS:=+luci-base +luci-compat +luci-lib-nixio +luci-lib-iptparser +luci-lua-runtime +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt define Package/luci-app-splash/conffiles /etc/config/luci_splash diff --git a/applications/luci-app-sqm/Makefile b/applications/luci-app-sqm/Makefile index 4ab842b241..f83b99ee2d 100644 --- a/applications/luci-app-sqm/Makefile +++ b/applications/luci-app-sqm/Makefile @@ -8,7 +8,7 @@ LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package PKG_MAINTAINER:=Toke Høiland-Jørgensen -LUCI_DEPENDS:=+sqm-scripts +LUCI_DEPENDS:=+luci-base +sqm-scripts LUCI_PKGARCH:=all include ../../luci.mk diff --git a/applications/luci-app-tinyproxy/Makefile b/applications/luci-app-tinyproxy/Makefile index f4c7475b8b..8a90ce7f16 100644 --- a/applications/luci-app-tinyproxy/Makefile +++ b/applications/luci-app-tinyproxy/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Tinyproxy - HTTP(S)-Proxy configuration -LUCI_DEPENDS:=+luci-compat +tinyproxy +LUCI_DEPENDS:=+luci-base +luci-compat +tinyproxy include ../../luci.mk diff --git a/applications/luci-app-transmission/Makefile b/applications/luci-app-transmission/Makefile index d0fddbefef..ff0b105a14 100644 --- a/applications/luci-app-transmission/Makefile +++ b/applications/luci-app-transmission/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Transmission -LUCI_DEPENDS:=+transmission-daemon +LUCI_DEPENDS:=+luci-base +transmission-daemon include ../../luci.mk diff --git a/applications/luci-app-travelmate/Makefile b/applications/luci-app-travelmate/Makefile index 5444d2bbe0..ec16edaddd 100644 --- a/applications/luci-app-travelmate/Makefile +++ b/applications/luci-app-travelmate/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Travelmate -LUCI_DEPENDS:=+travelmate +LUCI_DEPENDS:=+luci-base +travelmate LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 diff --git a/applications/luci-app-ttyd/Makefile b/applications/luci-app-ttyd/Makefile index 65ec02710f..148464411a 100644 --- a/applications/luci-app-ttyd/Makefile +++ b/applications/luci-app-ttyd/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=ttyd - Command-line tool for sharing terminal over the web -LUCI_DEPENDS:=+ttyd +LUCI_DEPENDS:=+luci-base +ttyd include ../../luci.mk diff --git a/applications/luci-app-udpxy/Makefile b/applications/luci-app-udpxy/Makefile index cb8f179232..ee2350ba93 100644 --- a/applications/luci-app-udpxy/Makefile +++ b/applications/luci-app-udpxy/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for udpxy -LUCI_DEPENDS:=+udpxy +LUCI_DEPENDS:=+luci-base +udpxy include ../../luci.mk diff --git a/applications/luci-app-uhttpd/Makefile b/applications/luci-app-uhttpd/Makefile index 95429650a1..da7e8697fd 100644 --- a/applications/luci-app-uhttpd/Makefile +++ b/applications/luci-app-uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=uHTTPd Webserver Configuration -LUCI_DEPENDS:= +uhttpd +LUCI_DEPENDS:=+luci-base +uhttpd PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Daniel Dickinson diff --git a/applications/luci-app-unbound/Makefile b/applications/luci-app-unbound/Makefile index 9dd01ffed6..4376a9aa8e 100644 --- a/applications/luci-app-unbound/Makefile +++ b/applications/luci-app-unbound/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Unbound Recursive DNS Resolver Configuration -LUCI_DEPENDS:=+luci-compat +unbound-daemon +LUCI_DEPENDS:=+luci-base +luci-compat +unbound-daemon include ../../luci.mk diff --git a/applications/luci-app-upnp/Makefile b/applications/luci-app-upnp/Makefile index 84a4d48576..15da0fd187 100644 --- a/applications/luci-app-upnp/Makefile +++ b/applications/luci-app-upnp/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Universal Plug & Play configuration module -LUCI_DEPENDS:=+miniupnpd +rpcd-mod-ucode +LUCI_DEPENDS:=+luci-base +miniupnpd +rpcd-mod-ucode include ../../luci.mk diff --git a/applications/luci-app-vnstat/Makefile b/applications/luci-app-vnstat/Makefile index c2e930632e..606a0853c8 100644 --- a/applications/luci-app-vnstat/Makefile +++ b/applications/luci-app-vnstat/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for VnStat -LUCI_DEPENDS:=+luci-compat +vnstat +vnstati +LUCI_DEPENDS:=+luci-base +luci-compat +vnstat +vnstati include ../../luci.mk diff --git a/applications/luci-app-vnstat2/Makefile b/applications/luci-app-vnstat2/Makefile index 420bf548a4..e611a98a27 100644 --- a/applications/luci-app-vnstat2/Makefile +++ b/applications/luci-app-vnstat2/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for vnStat 2 -LUCI_DEPENDS:=+luci-lib-jsonc +vnstat2 +vnstati2 +LUCI_DEPENDS:=+luci-base +luci-lib-jsonc +vnstat2 +vnstati2 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jan Hoffmann diff --git a/applications/luci-app-watchcat/Makefile b/applications/luci-app-watchcat/Makefile index c3c7aada9d..7d45ec1436 100644 --- a/applications/luci-app-watchcat/Makefile +++ b/applications/luci-app-watchcat/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Watchcat -LUCI_DEPENDS:=+watchcat +LUCI_DEPENDS:=+luci-base +watchcat include ../../luci.mk diff --git a/applications/luci-app-wifischedule/Makefile b/applications/luci-app-wifischedule/Makefile index 891b41bf5a..e6d5c5fbe2 100644 --- a/applications/luci-app-wifischedule/Makefile +++ b/applications/luci-app-wifischedule/Makefile @@ -15,7 +15,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Turns WiFi on and off according to a schedule -LUCI_DEPENDS:=+luci-compat +wifischedule +LUCI_DEPENDS:=+luci-base +luci-compat +wifischedule include ../../luci.mk diff --git a/applications/luci-app-wol/Makefile b/applications/luci-app-wol/Makefile index d935ee9030..f7466c0175 100644 --- a/applications/luci-app-wol/Makefile +++ b/applications/luci-app-wol/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Wake-on-LAN -LUCI_DEPENDS:=+etherwake +LUCI_DEPENDS:=+luci-base +etherwake include ../../luci.mk diff --git a/applications/luci-app-xfrpc/Makefile b/applications/luci-app-xfrpc/Makefile index 1a89598388..f7237eb064 100644 --- a/applications/luci-app-xfrpc/Makefile +++ b/applications/luci-app-xfrpc/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for xfrpc -LUCI_DEPENDS:=+xfrpc +LUCI_DEPENDS:=+luci-base +xfrpc PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Dengfeng Liu diff --git a/applications/luci-app-xinetd/Makefile b/applications/luci-app-xinetd/Makefile index beed1bccbf..db518755a1 100644 --- a/applications/luci-app-xinetd/Makefile +++ b/applications/luci-app-xinetd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for xinetd -LUCI_DEPENDS:=+xinetd +LUCI_DEPENDS:=+luci-base +xinetd LUCI_PKGARCH:=all PKG_MAINTAINER:=Helge Mader diff --git a/applications/luci-app-yggdrasil/Makefile b/applications/luci-app-yggdrasil/Makefile index 747d8c3d67..4ce191921b 100644 --- a/applications/luci-app-yggdrasil/Makefile +++ b/applications/luci-app-yggdrasil/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Yggdrasil -LUCI_DEPENDS:=+yggdrasil +LUCI_DEPENDS:=+luci-base +yggdrasil include ../../luci.mk