luci-app-banip: remove unneeded dependency
authorDirk Brenken <dev@brenken.org>
Fri, 7 Jul 2023 06:42:41 +0000 (08:42 +0200)
committerDirk Brenken <dev@brenken.org>
Fri, 7 Jul 2023 06:42:41 +0000 (08:42 +0200)
Signed-off-by: Dirk Brenken <dev@brenken.org>
applications/luci-app-banip/Makefile

index 62ed0a8e5821b19e3ba94887990e880a9b512ae0..60e4ecb52961d0d523ae3f145bf65c7f9f73d7d1 100644 (file)
@@ -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