Jelajahi Sumber

curl: Use wolfssl by default

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 <[email protected]>
Hauke Mehrtens 5 tahun lalu
induk
melakukan
2745f6afe6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      package/network/utils/curl/Config.in

+ 1 - 1
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"