diff options
author | Stan <stangri@melmac.net> | 2020-09-20 21:30:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-20 21:30:11 -0700 |
commit | c961ab9c7a117bcde1d5829d81d44aca96950ebf (patch) | |
tree | 4e25891a1246e4955b4c497070a0a694feb1b772 /applications/luci-app-simple-adblock/Makefile | |
parent | 09f48b71d9901484ec7ecfea1bb3805412d9eaed (diff) | |
parent | 306cfaef2a9da739af600b91d6cc5fd7f187c25a (diff) |
Merge pull request #4448 from stangri/master-luci-app-simple-adblock
luci-app-simple-adblock: support for config auto-update
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 |