diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-10-08 08:29:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-08 08:29:08 +0200 |
commit | e459683822925bcdeb552673a4811aa3b4322640 (patch) | |
tree | 461494c03aadd39bfe7a0c18e926121309a38e9f /applications/luci-app-https_dns_proxy/Makefile | |
parent | 5ccbda54e810f51d7ab343815c6b80928eecfcbd (diff) | |
parent | 95cf84377450afa1a4b9951dd746b6bbae4e90af (diff) |
Merge pull request #3134 from stangri/master-luci-app-https_dns_proxy
luci-app-https_dns_proxy: bugfix: proper formatting of dhcp server entries
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 afc1607239..7af2d1d102 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:=3 +PKG_RELEASE:=4 include ../../luci.mk |