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

index ff9bf2ade4207ad5374fb30f42152e9a3822e7a9..0d4bc939495875a0c4182519a24061b231523dcd 100644 (file)
@@ -4,7 +4,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI support for Adblock
-LUCI_DEPENDS:=+adblock +luci-lib-jsonc
+LUCI_DEPENDS:=+adblock
 LUCI_PKGARCH:=all
 
 PKG_LICENSE:=Apache-2.0