Author: nbd
Date: 2016-01-19 11:06:18 +0100 (Tue, 19 Jan 2016)
New Revision: 48343

Modified:
   trunk/package/network/services/uhttpd/Makefile
Log:
uhttpd: add option for mbedtls

Signed-off-by: Daniel Golle <[email protected]>

Modified: trunk/package/network/services/uhttpd/Makefile
===================================================================
--- trunk/package/network/services/uhttpd/Makefile      2016-01-18 23:35:18 UTC 
(rev 48342)
+++ trunk/package/network/services/uhttpd/Makefile      2016-01-19 10:06:18 UTC 
(rev 48343)
@@ -54,6 +54,7 @@
   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 @@
     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"
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to