applications: add missing dependency to luci-base
It's better to explicitly define it Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
2edb20189a
commit
3e7fe9f07b
74 changed files with 74 additions and 71 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <kuoruan@gmail.com>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI Shell Command Module
|
||||
LUCI_DEPENDS:=+luci-base
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <luka@openwrt.org>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI Diagnostics Tools (Core)
|
||||
LUCI_DEPENDS:=
|
||||
LUCI_DEPENDS:=+luci-base
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <tobias.ilte@campus.tu-berlin.de>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <yurichard3839@gmail.com>
|
||||
|
|
|
@ -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 <yurichard3839@gmail.com>
|
||||
|
|
|
@ -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 <JBennett@incomsystems.biz>
|
||||
include ../../luci.mk
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <mschref@tdt.de>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <yurichard3839@gmail.com>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ PKG_MAINTAINER:=Shun Li <riverscn@gmail.com>
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ PKG_MAINTAINER:=Nicholas Smith <nicholas@nbembedded.com>
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <karlp@tweak.net.au>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,7 +8,7 @@ LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package
|
|||
|
||||
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
||||
|
||||
LUCI_DEPENDS:=+sqm-scripts
|
||||
LUCI_DEPENDS:=+luci-base +sqm-scripts
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
include ../../luci.mk
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <openwrt@daniel.thecshore.com>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <jan@3e8.eu>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <liu_df@qq.com>
|
||||
|
|
|
@ -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 <ma@dev.tdt.de>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue