summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-clamav
diff options
context:
space:
mode:
authorSergey Ponomarev <stokito@gmail.com>2023-09-24 10:55:27 +0300
committerSergey Ponomarev <stokito@gmail.com>2023-09-24 11:10:06 +0300
commit2edb20189a4bf54e55625a6f88cb475c11e77df6 (patch)
treef76683a9f5ec6baf414572e2078b2d83b4427294 /applications/luci-app-clamav
parentd7e905e83a11d59ea217cd37189040bd6c9d403e (diff)
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>
Diffstat (limited to 'applications/luci-app-clamav')
-rw-r--r--applications/luci-app-clamav/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <marko.ratkaj@sartura.hr>
PKG_LICENSE:=Apache-2.0