diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-07-17 16:12:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-17 16:12:17 +0300 |
commit | 52a34bdfbe13fb81eec8e0a4f80ec5e3a5a92333 (patch) | |
tree | 1d74b415c1d9c7c4a057db737cbacfbf73a65231 /applications/luci-app-simple-adblock/Makefile | |
parent | 3b9fba0131c41fa75fb70a4f49170db777da99f7 (diff) | |
parent | 768a72597cf8ab6aa48807828e5bc0736fc65be6 (diff) |
Merge pull request #1957 from stangri/luci-app-simple-adblock
luci-app-simple-adblock: new start/stop button, better integration with simple-adblock
Diffstat (limited to 'applications/luci-app-simple-adblock/Makefile')
-rw-r--r-- | applications/luci-app-simple-adblock/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile index 31055f1207..fa98f8e0f4 100644 --- a/applications/luci-app-simple-adblock/Makefile +++ b/applications/luci-app-simple-adblock/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Stan Grishin (stangri@melmac.net) +# Copyright 2017-2018 Stan Grishin (stangri@melmac.net) # This is free software, licensed under the GNU General Public License v3. include $(TOPDIR)/rules.mk @@ -8,9 +8,9 @@ PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> LUCI_TITLE:=Simple Adblock Web UI LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. -LUCI_DEPENDS:=+luci +simple-adblock +LUCI_DEPENDS:=+luci-mod-admin-full +simple-adblock LUCI_PKGARCH:=all -PKG_RELEASE:=5 +PKG_RELEASE:=14 include ../../luci.mk |