[PATCH 2/2] curl: Use wolfssl by default

Hauke Mehrtens hauke at hauke-m.de
Tue Aug 25 18:18:06 EDT 2020


Instead of using mbedtls by default use wolfssl. We now integrate
wolfssl in the default build so use it also as default ssl library for
curl.

Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/network/utils/curl/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/utils/curl/Config.in b/package/network/utils/curl/Config.in
index 9afeb00bc778..05effa0e7b66 100644
--- a/package/network/utils/curl/Config.in
+++ b/package/network/utils/curl/Config.in
@@ -4,7 +4,7 @@ comment "SSL support"
 
 choice
 	prompt "Selected SSL library"
-	default LIBCURL_MBEDTLS
+	default LIBCURL_WOLFSSL
 
 	config LIBCURL_MBEDTLS
 		bool "mbed TLS"
-- 
2.20.1




More information about the openwrt-devel mailing list