diff options
Diffstat (limited to 'applications/luci-app-adblock/Makefile')
-rw-r--r-- | applications/luci-app-adblock/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-adblock/Makefile b/applications/luci-app-adblock/Makefile index 614faf0e83..ae1eba2516 100644 --- a/applications/luci-app-adblock/Makefile +++ b/applications/luci-app-adblock/Makefile @@ -1,11 +1,10 @@ -# Copyright 2016 Hannu Nyman # Copyright 2017 Dirk Brenken (dev@brenken.org) # This is free software, licensed under the Apache License, Version 2.0 include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Adblock -LUCI_DEPENDS:=+adblock +LUCI_DEPENDS:=+adblock +luci-lib-jsonc LUCI_PKGARCH:=all include ../../luci.mk |