From: Sergey Ponomarev Date: Sun, 24 Sep 2023 07:55:27 +0000 (+0300) Subject: applications: replace +luci-mod-admin-full with +luci-base X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2edb20189a4bf54e55625a6f88cb475c11e77df6;p=project%2Fluci.git applications: replace +luci-mod-admin-full with +luci-base The apps don't need for the admin full. Signed-off-by: Sergey Ponomarev --- diff --git a/applications/luci-app-acme/Makefile b/applications/luci-app-acme/Makefile index 8f9bf8ec79..3853b4d7ac 100644 --- a/applications/luci-app-acme/Makefile +++ b/applications/luci-app-acme/Makefile @@ -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 PKG_LICENSE:=GPL-3.0-or-later diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index adee08a63a..09190dfbf9 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -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 diff --git a/applications/luci-app-bmx7/Makefile b/applications/luci-app-bmx7/Makefile index 546aeb9159..48e6fc023a 100644 --- a/applications/luci-app-bmx7/Makefile +++ b/applications/luci-app-bmx7/Makefile @@ -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 \ Pau Escrich PKG_LICENSE:=GPL-2.0-or-later diff --git a/applications/luci-app-clamav/Makefile b/applications/luci-app-clamav/Makefile index 93df9edc90..e8c72ce8fa 100644 --- a/applications/luci-app-clamav/Makefile +++ b/applications/luci-app-clamav/Makefile @@ -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 PKG_LICENSE:=Apache-2.0 diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 2ebb0c8b82..579843665c 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -12,7 +12,7 @@ PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Ansuel Smith 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 diff --git a/applications/luci-app-lxc/Makefile b/applications/luci-app-lxc/Makefile index 52f3f42df5..c976a1ee46 100644 --- a/applications/luci-app-lxc/Makefile +++ b/applications/luci-app-lxc/Makefile @@ -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 diff --git a/applications/luci-app-mosquitto/Makefile b/applications/luci-app-mosquitto/Makefile index 7713bcf8ec..1a659caeee 100644 --- a/applications/luci-app-mosquitto/Makefile +++ b/applications/luci-app-mosquitto/Makefile @@ -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. diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile index f558603795..3a9aa48963 100644 --- a/applications/luci-app-privoxy/Makefile +++ b/applications/luci-app-privoxy/Makefile @@ -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 diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index b70683674e..7002cdb8fd 100644 --- a/applications/luci-app-radicale/Makefile +++ b/applications/luci-app-radicale/Makefile @@ -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 diff --git a/applications/luci-app-squid/Makefile b/applications/luci-app-squid/Makefile index b16bd5d752..4c89c4a610 100644 --- a/applications/luci-app-squid/Makefile +++ b/applications/luci-app-squid/Makefile @@ -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 PKG_LICENSE:=Apache-2.0