diff options
author | Stan Grishin <stangri@melmac.net> | 2020-03-29 05:22:21 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-03-29 05:22:21 +0000 |
commit | 5bf31bb1ae2b8192080ebc317fec1dfeaf337e76 (patch) | |
tree | 2470888d078e6d3eff8eb61756f0dcf668bb9fb0 /applications/luci-app-simple-adblock/Makefile | |
parent | e22d832b296066b16450c658e1af00be2f9e9926 (diff) |
luci-app-simple-adblock: better status/error display
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile index 8a666d635..ce8ded98a 100644 --- a/applications/luci-app-simple-adblock/Makefile +++ b/applications/luci-app-simple-adblock/Makefile @@ -3,14 +3,14 @@ include $(TOPDIR)/rules.mk -PKG_LICENSE:=GPL-3.0+ +PKG_LICENSE:=GPL-3.0-or-later 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-compat +luci-mod-admin-full +simple-adblock LUCI_PKGARCH:=all -PKG_RELEASE:=38 +PKG_RELEASE:=42 include ../../luci.mk |