Merge pull request #6590 from stokito/applications_dependencies
Applications dependencies cleanup
This commit is contained in:
commit
8a511da260
90 changed files with 84 additions and 115 deletions
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=ACME package - LuCI interface
|
||||
LUCI_DEPENDS:=+luci-mod-admin-full +acme
|
||||
LUCI_DEPENDS:=+luci-base +acme
|
||||
|
||||
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for Adblock
|
||||
LUCI_DEPENDS:=+adblock
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +adblock
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
|
|
|
@ -12,8 +12,7 @@ LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/
|
|||
LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot supported Linksys and ZyXEL routers to\
|
||||
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-mod-admin-full +jshn
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +jshn
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
|
@ -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,8 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for the Apinger
|
||||
LUCI_DEPENDS:=+apinger +apinger-rrd
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +apinger +apinger-rrd
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI Support for Aria2
|
||||
LUCI_DEPENDS:=+aria2
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +aria2
|
||||
|
||||
PKG_MAINTAINER:=Xingwang Liao <kuoruan@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for babeld
|
||||
LUCI_DEPENDS:=+babeld +luci-compat
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +babeld +luci-compat
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for banIP
|
||||
LUCI_DEPENDS:=+banip
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +banip
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for BMX7
|
||||
LUCI_DEPENDS:=+luci-compat +luci-lib-json +luci-mod-admin-full +bmx7 +bmx7-json
|
||||
LUCI_DEPENDS:=+luci-compat +luci-lib-json +luci-base +bmx7 +bmx7-json
|
||||
PKG_MAINTAINER:= Roger Pueyo <roger.pueyo@guifi.net> \
|
||||
Pau Escrich <p4u@dabax.net>
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=ClamAV LuCI interface
|
||||
LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +clamav
|
||||
LUCI_DEPENDS:=+luci-compat +luci-base +clamav
|
||||
|
||||
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
|
||||
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,8 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Cloudshark capture tool Web UI
|
||||
LUCI_DEPENDS:=+luci-compat +cshark
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +luci-compat +cshark
|
||||
|
||||
PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for DAWN
|
||||
LUCI_DEPENDS:=+dawn +luci-compat +luci-lib-json
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +dawn +luci-compat +luci-lib-json
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -12,8 +12,7 @@ PKG_LICENSE:=Apache-2.0
|
|||
PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com>
|
||||
|
||||
LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
|
||||
LUCI_DEPENDS:=+luci-mod-admin-full +luci-lua-runtime +ddns-scripts
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +luci-lua-runtime +ddns-scripts
|
||||
|
||||
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,8 +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_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +luci-compat +uclient-fetch +dnscrypt-proxy +luci-lib-httpprotoutils
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
|
@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
LUCI_TITLE:=LuCI Support for docker
|
||||
LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
|
||||
+luci-base \
|
||||
+luci-compat \
|
||||
+luci-lib-docker \
|
||||
+docker \
|
||||
+ttyd
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0
|
||||
PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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,8 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:= LuCI Support for ledtrigger rssi
|
||||
LUCI_DEPENDS:=+rssileds
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +rssileds
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:= LuCI Support for ledtrigger switch
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:= LuCI Support for ledtrigger usbport
|
||||
LUCI_DEPENDS:=+kmod-usb-ledtrig-usbport
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +kmod-usb-ledtrig-usbport
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI Support for LoRaWAN basicstation
|
||||
LUCI_DEPENDS:=+basicstation
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +basicstation
|
||||
|
||||
PKG_MAINTAINER:=Marcus Schref <mschref@tdt.de>
|
||||
PKG_LICENSE:=APACHE-2.0
|
||||
|
|
|
@ -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,8 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LXC management Web UI
|
||||
LUCI_DEPENDS:=@!arc +luci-compat +luci-mod-admin-full +lxc +lxc-attach +lxc-console +lxc-create +liblxc +rpcd-mod-lxc +getopt +!LXC_BUSYBOX_OPTIONS:tar
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=@!arc +luci-compat +luci-base +lxc +lxc-attach +lxc-console +lxc-create +liblxc +rpcd-mod-lxc +getopt +!LXC_BUSYBOX_OPTIONS:tar
|
||||
|
||||
define Package/luci-app-lxc/conffiles
|
||||
/etc/config/lxc
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Mosquitto LuCI interface
|
||||
LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full mosquitto
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-compat +luci-base mosquitto
|
||||
LUCI_DESCRIPTION:=Provides a webadmin for most basic mosquitto parameters.
|
||||
|
||||
PKG_MAINTAINER:= Karl Palsson <karlp@etactica.com>
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for the MWAN3 MultiWAN Manager
|
||||
LUCI_DEPENDS:=+mwan3
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +mwan3
|
||||
PKG_LICENSE:=GPLv2
|
||||
|
||||
PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
|
||||
|
|
|
@ -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,8 +4,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for NextDNS
|
||||
LUCI_DEPENDS:=+nextdns
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +nextdns
|
||||
|
||||
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,8 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Network UPS Tools Configuration
|
||||
LUCI_DEPENDS:=+luci-compat
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +luci-compat
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include ../../luci.mk
|
||||
|
|
|
@ -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,8 +14,7 @@ PKG_MAINTAINER:=Shun Li <riverscn@gmail.com>
|
|||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
LUCI_TITLE:=LuCI support for omcproxy
|
||||
LUCI_DEPENDS:=+omcproxy
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +omcproxy
|
||||
|
||||
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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -21,8 +21,7 @@ PKG_MAINTAINER:=
|
|||
|
||||
# LuCI specific settings
|
||||
LUCI_TITLE:=LuCI Support for Privoxy WEB proxy
|
||||
LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-mod-admin-full +privoxy
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base +privoxy
|
||||
|
||||
define Package/$(PKG_NAME)/config
|
||||
# shown in make menuconfig <Help>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -21,8 +21,7 @@ PKG_MAINTAINER:=
|
|||
|
||||
# LuCI specific settings
|
||||
LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV
|
||||
LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-mod-admin-full
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base
|
||||
|
||||
define Package/$(PKG_NAME)/config
|
||||
# shown in make menuconfig <Help>
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Radicale v2.x CalDAV/CardDAV Server
|
||||
LUCI_DEPENDS:=+luci-compat +radicale2 +rpcd-mod-rad2-enc
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +luci-compat +radicale2 +rpcd-mod-rad2-enc
|
||||
|
||||
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,8 +11,7 @@ PKG_RELEASE:=1
|
|||
|
||||
LUCI_TITLE:=LuCI for smartdns
|
||||
LUCI_DESCRIPTION:=Provides Luci for smartdns
|
||||
LUCI_DEPENDS:=+smartdns
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +smartdns
|
||||
|
||||
define Package/$(PKG_NAME)/config
|
||||
# shown in make menuconfig <Help>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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,8 +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_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +sqm-scripts
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Squid LuCI Interface
|
||||
LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +squid
|
||||
LUCI_DEPENDS:=+luci-compat +luci-base +squid
|
||||
|
||||
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
|
|
@ -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,8 +4,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for Travelmate
|
||||
LUCI_DEPENDS:=+travelmate
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +travelmate
|
||||
|
||||
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,8 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI Support for xinetd
|
||||
LUCI_DEPENDS:=+xinetd
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+luci-base +xinetd
|
||||
|
||||
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