aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-20 21:15:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-20 21:15:43 +0000
commit4a869732855485c8ff787117f36c540b2759d5fc (patch)
tree18b069b5b65ffb7a0d9eeb4f7e488895cca16cf4 /package
parente219c56a111b27b4be755f665d115dd49ccd6d39 (diff)
downloadupstream-4a869732855485c8ff787117f36c540b2759d5fc.tar.gz
upstream-4a869732855485c8ff787117f36c540b2759d5fc.tar.bz2
upstream-4a869732855485c8ff787117f36c540b2759d5fc.zip
uhttpd: fix selecting the right ustream implementation when openssl is to be used (#12857)
SVN-Revision: 35257
Diffstat (limited to 'package')
-rw-r--r--package/network/services/uhttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index e3c8417a1c..11c4829df9 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -51,7 +51,7 @@ endef
define Package/uhttpd-mod-tls
$(Package/uhttpd/default)
TITLE+= (TLS plugin)
- DEPENDS:=uhttpd +PACKAGE_uhttpd-mod-tls_cyassl:libustream-cyassl +PACKAGE_uhttpd-mod-tls_openssl:libustream-cyassl
+ DEPENDS:=uhttpd +PACKAGE_uhttpd-mod-tls_cyassl:libustream-cyassl +PACKAGE_uhttpd-mod-tls_openssl:libustream-openssl
endef
define Package/uhttpd-mod-tls/description