applications: replace +luci-mod-admin-full with +luci-base
The apps don't need for the admin full. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
d7e905e83a
commit
2edb20189a
10 changed files with 10 additions and 10 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
|
||||
|
|
|
@ -12,7 +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_DEPENDS:=+luci-base +jshn
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
include ../../luci.mk
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -12,7 +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_DEPENDS:=+luci-base +luci-lua-runtime +ddns-scripts
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
include ../../luci.mk
|
||||
|
|
|
@ -7,7 +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_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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Mosquitto LuCI interface
|
||||
LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full mosquitto
|
||||
LUCI_DEPENDS:=+luci-compat +luci-base mosquitto
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DESCRIPTION:=Provides a webadmin for most basic mosquitto parameters.
|
||||
|
||||
|
|
|
@ -21,7 +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_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base +privoxy
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
define Package/$(PKG_NAME)/config
|
||||
|
|
|
@ -21,7 +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_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
define Package/$(PKG_NAME)/config
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue