diff options
author | Stan Grishin <stangri@melmac.net> | 2019-08-29 06:21:20 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-08-29 06:21:20 -0700 |
commit | 0645ae0a4acd0429dc261b0a1dad4e614e720343 (patch) | |
tree | bb3fa32a0250be46fe7a3c6bccdab5a90059a501 /applications/luci-app-simple-adblock/Makefile | |
parent | 3fffcdef61b19c8fc6a4fb448cf5abb88d4ba002 (diff) |
luci-app-simple-adblock: dns resolver value bugfix (#3000)
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 9bcae34ef..57a9367e1 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-mod-admin-full +simple-adblock LUCI_PKGARCH:=all -PKG_RELEASE:=34 +PKG_RELEASE:=35 include ../../luci.mk |