diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-08-18 20:14:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-18 20:14:06 +0300 |
commit | 276aa89be3f4916d19b22895dfa9872629436fe7 (patch) | |
tree | 8c9af4f7987e1e56ba33a2da871ee845e73bbcd7 /applications/luci-app-simple-adblock/Makefile | |
parent | 07e2fc565ccf9d9a626426c48dea0d3207921093 (diff) | |
parent | 80b95042e9b9c057065e150b4b0cce7ad26ce197 (diff) |
Merge pull request #2990 from stangri/master-luci-app-simple-adblock
luci-app-simple-adblock: support for varios DNS resolvers/options
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 7cd8514a4..9bcae34ef 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:=27 +PKG_RELEASE:=34 include ../../luci.mk |