projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd6e205
)
curl: switch default SSL to mbedTLS
author
Rosen Penev
<rosenp@gmail.com>
Fri, 22 Jul 2022 01:12:26 +0000
(18:12 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Sat, 23 Jul 2022 19:39:21 +0000
(12:39 -0700)
The decision to switch the default to wolfSSL was taken because of
hostapd back from when curl was in base. Unfortunately, not only is
wolfSSL bigger but it has also been causing issues recently. There's
also no relation between hostapd and curl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/curl/Config.in
patch
|
blob
|
history
diff --git
a/net/curl/Config.in
b/net/curl/Config.in
index afb7f815190e6bbf794c7091b1d2398ad9271e2b..5e7e554d7b41c3b32ae4a9172f8edc8877ab348e 100644
(file)
--- a/
net/curl/Config.in
+++ b/
net/curl/Config.in
@@
-4,7
+4,7
@@
comment "SSL support"
choice
prompt "Selected SSL library"
- default LIBCURL_
WOLFSSL
+ default LIBCURL_
MBEDTLS
config LIBCURL_MBEDTLS
bool "mbed TLS"