diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-07-26 12:39:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-26 12:39:35 +0200 |
commit | e8ce961cc348108f91e7100562cc29eaa959bf35 (patch) | |
tree | fc7de2b32a0342be8c4f3ea8cf0c2ad1e3e1a268 /applications/luci-app-https_dns_proxy/Makefile | |
parent | acba2fe9978fafaf95919987be241336c68d5c30 (diff) | |
parent | 85989079f61598c826c8bfb45c1bdacaf468fa59 (diff) |
Merge pull request #2890 from stangri/master-luci-app-https_dns_proxy
luci-app-https_dns_proxy: better handling of ports, update dhcp config
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 |