diff options
author | Stan Grishin <stangri@melmac.net> | 2019-10-10 05:12:12 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-10-10 05:12:12 -0700 |
commit | 70d87f6e9e70d1ce38096ef29e9dafde82e275e4 (patch) | |
tree | 1d38936d903d76f1fe6498cee868c9839ba06718 /applications/luci-app-simple-adblock/Makefile | |
parent | d18ef580f2f6e5cdfe0839ae6c7ba7c4b52ffb78 (diff) |
luci-app-simple-adblock: bugfix: fix invalid <br> entries
Signed-off-by: Stan Grishin <stangri@melmac.net>
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 b7d1a79fb..a46abb821 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 |