diff options
author | Stan Grishin <stangri@melmac.net> | 2020-09-20 00:26:08 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-09-20 00:26:08 +0000 |
commit | 306cfaef2a9da739af600b91d6cc5fd7f187c25a (patch) | |
tree | fddc347ae1f13bdfcce67c555c0de48149c090a6 /applications/luci-app-simple-adblock/Makefile | |
parent | 7b85227e3b20fbd96fc31f37e5c5e04241db1c51 (diff) |
luci-app-simple-adblock: support for config auto-update
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-simple-adblock/Makefile')
-rw-r--r-- | applications/luci-app-simple-adblock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile index 95fe7a2925..fc30674346 100644 --- a/applications/luci-app-simple-adblock/Makefile +++ b/applications/luci-app-simple-adblock/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=Simple Adblock Web UI LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +simple-adblock LUCI_PKGARCH:=all -PKG_RELEASE:=49 +PKG_RELEASE:=50 include ../../luci.mk |