diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-10-10 23:03:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 23:03:53 +0200 |
commit | b489aae226e6baaffb7cdf7073ea1870bec110e9 (patch) | |
tree | 4ddafe40623c72bf5ac992334d620d30ce1cd9ce /applications/luci-app-simple-adblock/Makefile | |
parent | dd6818e188b2d07337479c079749f2f538926d79 (diff) | |
parent | 70d87f6e9e70d1ce38096ef29e9dafde82e275e4 (diff) |
Merge pull request #3169 from stangri/master-luci-app-simple-adblock
luci-app-simple-adblock: bugfix: fix invalid <br> entries
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 b7d1a79fbc..a46abb821e 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:=37 +PKG_RELEASE:=38 include ../../luci.mk |