summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dnscrypt-proxy/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-08-18 10:08:43 +0300
committerGitHub <noreply@github.com>2017-08-18 10:08:43 +0300
commit2163284cf7c5d1484a9703cc283619f2a58549f1 (patch)
tree8567c62c5ec8750adce0649c19f40264f802c8c3 /applications/luci-app-dnscrypt-proxy/Makefile
parent5d35777a34d3fda12d7947047351a5151107771e (diff)
parent4a9b391d03a97fd948ce79a6fe2bded7a03e215f (diff)
Merge pull request #1311 from dibdot/dnscrypt-proxy
luci-app-dnscrypt-proxy: fix ssl dependency
Diffstat (limited to 'applications/luci-app-dnscrypt-proxy/Makefile')
-rw-r--r--applications/luci-app-dnscrypt-proxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-dnscrypt-proxy/Makefile b/applications/luci-app-dnscrypt-proxy/Makefile
index ec4a1d9769..4b632b8d04 100644
--- a/applications/luci-app-dnscrypt-proxy/Makefile
+++ b/applications/luci-app-dnscrypt-proxy/Makefile
@@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for DNSCrypt-Proxy
-LUCI_DEPENDS:=+libustream-mbedtls +dnscrypt-proxy
+LUCI_DEPENDS:=+uclient-fetch +dnscrypt-proxy
LUCI_PKGARCH:=all
include ../../luci.mk