diff options
author | Dirk Brenken <dev@brenken.org> | 2017-04-16 08:24:03 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2017-04-17 17:52:27 +0200 |
commit | b234897789bae2635ec12452722d9f0818479b4c (patch) | |
tree | 6bbb66826fcd648e61512796e25156a668d7ba0f /applications/luci-app-adblock/Makefile | |
parent | 3096af833bb38ed98ae1cf8926fa8889543e9298 (diff) |
luci-app-adblock: sync with 2.6.0-2
* made default trigger delay more conservative to fix possible start up
issues
* add luci-lib-jsonc dependency
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-adblock/Makefile')
-rw-r--r-- | applications/luci-app-adblock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock/Makefile b/applications/luci-app-adblock/Makefile index cc07bbffc..ae1eba251 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_DEPENDS:=+adblock +luci-lib-jsonc LUCI_PKGARCH:=all include ../../luci.mk |