diff options
author | Stan Grishin <stangri@melmac.net> | 2020-05-27 00:38:18 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-05-27 00:38:18 +0000 |
commit | 676032fb19616cdaef9703504698becd09a65e28 (patch) | |
tree | 77ede0283dbca96f93ebe9cc0874bcb85fb72497 /applications/luci-app-simple-adblock/Makefile | |
parent | d2dfc522f1e5315fc06a93738483ca8cc3d6f6c1 (diff) |
luci-app-simple-adblock: bugfix: proper processing of failed dowloads; decrease reliance on shell commands; proper acl.d file
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 93719a4195..174c8b5b27 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:=46 +PKG_RELEASE:=48 include ../../luci.mk |