diff options
author | Dirk Brenken <dev@brenken.org> | 2019-08-29 15:24:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-29 15:24:56 +0200 |
commit | da25890fd5cb5c09c097f242b917fd3ca29cd225 (patch) | |
tree | bb3fa32a0250be46fe7a3c6bccdab5a90059a501 /applications/luci-app-simple-adblock/Makefile | |
parent | 3fffcdef61b19c8fc6a4fb448cf5abb88d4ba002 (diff) | |
parent | 0645ae0a4acd0429dc261b0a1dad4e614e720343 (diff) |
Merge pull request #3026 from stangri/master-luci-app-simple-adblock
luci-app-simple-adblock: dns resolver value bugfix (#3000)
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 9bcae34ef1..57a9367e1c 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 |