From 2edb20189a4bf54e55625a6f88cb475c11e77df6 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sun, 24 Sep 2023 10:55:27 +0300 Subject: applications: replace +luci-mod-admin-full with +luci-base The apps don't need for the admin full. Signed-off-by: Sergey Ponomarev --- applications/luci-app-squid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-squid/Makefile') 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 -- cgit v1.2.3