diff options
author | Stan Grishin <stangri@melmac.net> | 2020-04-11 02:30:03 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-04-11 02:30:03 +0000 |
commit | 407b6e55d0fbb89bbd478032f123f77555b0a555 (patch) | |
tree | 6fe83afbf6d6c835d42f63463a7ae455c247d693 /applications/luci-app-https-dns-proxy/Makefile | |
parent | b7ac59693774855d203bf14194da72432bc4f7a6 (diff) |
luci-app-https-dns-proxy: improve i18n
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 918d8b085..1fe188185 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy LUCI_PKGARCH:=all -PKG_RELEASE:=3 +PKG_RELEASE:=4 include ../../luci.mk |