diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-03 15:50:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 15:50:55 +0300 |
commit | 73b151b081a24f2cbcdefc4be66910b31810f669 (patch) | |
tree | 808fb6fc293353051bbd6bcc7b402a75fd22af17 /applications/luci-app-simple-adblock/Makefile | |
parent | 015712bba0fe4b036b4d12235a7b664d5b4cf3fe (diff) | |
parent | a339b8b649405819a8838cf2dd6e0cad813f89e6 (diff) |
Merge pull request #3820 from stangri/master-luci-app-simple-adblock
luci-app-simple-adblock: better service control & buttons styling
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 ce8ded98ab..75fb2c56c7 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:=42 +PKG_RELEASE:=43 include ../../luci.mk |