summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-banip
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2023-07-07 08:42:41 +0200
committerDirk Brenken <dev@brenken.org>2023-07-07 08:42:41 +0200
commit3dac65643cf48067bb61bb131d7206937ae6c3ad (patch)
tree15d2ff93fcd0c522d78f7ea91ea39b0eaf15b88a /applications/luci-app-banip
parente6ff6826884ecd6912bb488c21eebd500030dd47 (diff)
luci-app-banip: remove unneeded dependency
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-banip')
-rw-r--r--applications/luci-app-banip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-banip/Makefile b/applications/luci-app-banip/Makefile
index 62ed0a8e58..60e4ecb529 100644
--- a/applications/luci-app-banip/Makefile
+++ b/applications/luci-app-banip/Makefile
@@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for banIP
-LUCI_DEPENDS:=+banip +luci-lib-jsonc
+LUCI_DEPENDS:=+banip
LUCI_PKGARCH:=all
PKG_LICENSE:=Apache-2.0