diff options
author | Stan <stangri@melmac.net> | 2020-06-03 08:27:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 08:27:38 -0700 |
commit | 96a787999bf2b0313710101bb30cd42bbb2998da (patch) | |
tree | d3f6a44bf2dde07567a69ed88ddb9f2c6bf6e7db /applications/luci-app-simple-adblock/Makefile | |
parent | 2544b20db61e675f15c040b75a2222fd0ffc7170 (diff) | |
parent | 676032fb19616cdaef9703504698becd09a65e28 (diff) |
Merge pull request #4101 from stangri/master-luci-app-simple-adblock
luci-app-simple-adblock: bugfix: proper processing of failed downloads; decrease reliance on shell commands; proper acl.d file
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 93719a4195..174c8b5b27 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:=46 +PKG_RELEASE:=48 include ../../luci.mk |