From e6ff6826884ecd6912bb488c21eebd500030dd47 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Fri, 7 Jul 2023 08:41:25 +0200 Subject: [PATCH] luci-app-adblock: remove unneeded dependency Signed-off-by: Dirk Brenken --- applications/luci-app-adblock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-adblock/Makefile b/applications/luci-app-adblock/Makefile index ff9bf2ade4..0d4bc93949 100644 --- a/applications/luci-app-adblock/Makefile +++ b/applications/luci-app-adblock/Makefile @@ -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