[OpenWrt-Devel] [PATCH] uhttpd: add option for mbedtls
Daniel Golle
daniel at makrotopia.org
Mon Jan 18 18:43:25 EST 2016
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/network/services/uhttpd/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 2b05abf..da5572b 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -54,6 +54,7 @@ define Package/uhttpd-mod-tls
TITLE+= (TLS plugin)
DEPENDS:=uhttpd \
+PACKAGE_uhttpd-mod-tls_polarssl:libustream-polarssl \
+ +PACKAGE_uhttpd-mod-tls_mbedtls:libustream-mbedtls \
+PACKAGE_uhttpd-mod-tls_cyassl:libustream-cyassl \
+PACKAGE_uhttpd-mod-tls_openssl:libustream-openssl
endef
@@ -68,6 +69,9 @@ define Package/uhttpd-mod-tls/config
prompt "TLS Provider"
default PACKAGE_uhttpd-mod-tls_polarssl
+ config PACKAGE_uhttpd-mod-tls_mbedtls
+ bool "mbedTLS"
+
config PACKAGE_uhttpd-mod-tls_polarssl
bool "PolarSSL"
--
2.7.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list