diff options
author | Stan Grishin <stangri@melmac.net> | 2019-11-13 04:25:53 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-11-13 04:25:53 -0700 |
commit | 5a81e4f6c1d556de3d7fbdabfc68ba6a1429dcfc (patch) | |
tree | b8183182edd97ae07d1d0faec4479ea44a0afe8a /applications/luci-app-https_dns_proxy/Makefile | |
parent | 8da8f38bf97c925f6f113d3b4793edb23e7e0dc2 (diff) |
luci-app-https_dns_proxy: remove dnsmasq integration, better service controls, providers as plugins, misc fixes
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-https_dns_proxy/Makefile')
-rw-r--r-- | applications/luci-app-https_dns_proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-https_dns_proxy/Makefile b/applications/luci-app-https_dns_proxy/Makefile index d08940e59..bd6cf9bd1 100644 --- a/applications/luci-app-https_dns_proxy/Makefile +++ b/applications/luci-app-https_dns_proxy/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:=HTTPS DNS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for HTTPS DNS Proxy LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https_dns_proxy LUCI_PKGARCH:=all -PKG_RELEASE:=5 +PKG_RELEASE:=9 include ../../luci.mk |