diff --git a/package/network/utils/curl/Config.in b/package/network/utils/curl/Config.in index 9afeb00bc..13485cf63 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_OPENSSL config LIBCURL_MBEDTLS bool "mbed TLS" @@ -35,7 +35,7 @@ config LIBCURL_FILE config LIBCURL_FTP bool "FTP / FTPS protocol" - default y + default n config LIBCURL_GOPHER bool "Gopher protocol" @@ -61,7 +61,7 @@ config LIBCURL_LDAP config LIBCURL_LDAPS bool "Enable LDAPS support" depends on LIBCURL_LDAP && !LIBCURL_NOSSL - default y + default n config LIBCURL_POP3 bool "POP3 / POP3S protocol" @@ -131,7 +131,7 @@ config LIBCURL_THREADED_RESOLVER config LIBCURL_ZLIB bool "Enable zlib support" - default n + default y config LIBCURL_UNIX_SOCKETS bool "Enable unix domain socket support"