diff options
author | Stan Grishin <stangri@melmac.net> | 2019-07-20 04:24:33 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-07-20 04:24:33 -0700 |
commit | 85989079f61598c826c8bfb45c1bdacaf468fa59 (patch) | |
tree | 362476bece19174a877c9976f246b9099ed71230 /applications/luci-app-https_dns_proxy/Makefile | |
parent | ee853e9298c369064e93c5d3964af3b30ad02c2f (diff) |
luci-app-https_dns_proxy: better handling of ports, update of dhcp config
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-https_dns_proxy/Makefile b/applications/luci-app-https_dns_proxy/Makefile index 2ae2b80f2f..afc1607239 100644 --- a/applications/luci-app-https_dns_proxy/Makefile +++ b/applications/luci-app-https_dns_proxy/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=HTTPS DNS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for HTTPS DNS Proxy LUCI_DEPENDS:=+luci-mod-admin-full +https_dns_proxy LUCI_PKGARCH:=all -PKG_RELEASE:=2 +PKG_RELEASE:=3 include ../../luci.mk |