diff options
author | Stan Grishin <stangri@melmac.net> | 2020-04-21 00:44:35 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-04-21 00:56:03 +0000 |
commit | 80a280835c4398fb002715cc4c6fc1b26c6be74a (patch) | |
tree | 4b8251e03392a894e9fced907a13797182bf4d9f /applications/luci-app-simple-adblock/Makefile | |
parent | 398b19832c9db866870baf3833d09bb00838e45b (diff) |
luci-app-simple-adblock: bugfix: get package version from opkg
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 8b876fff87..62ec4b71d1 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:=44 +PKG_RELEASE:=45 include ../../luci.mk |