projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5191f3
)
curl: Use wolfssl by default
author
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 25 Aug 2020 22:10:20 +0000
(
00:10
+0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 26 Aug 2020 19:00:43 +0000
(21:00 +0200)
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@hauke-m.de>
package/network/utils/curl/Config.in
patch
|
blob
|
history
diff --git
a/package/network/utils/curl/Config.in
b/package/network/utils/curl/Config.in
index 9afeb00bc778e7210947fc7961ec5561d31cca31..05effa0e7b66a1b6d29f50d2dd68ac5a9b9ede2a 100644
(file)
--- 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"