Re: [OpenWrt-Devel] [PATCH] curl: enable "https" protocol

2015-01-09 Thread Lars Kruse
Provide optional --enable-https flag for curl. Signed-off-by: Lars Kruse --- a/package/network/utils/curl/Config.in +++ b/package/network/utils/curl/Config.in @@ -53,6 +53,10 @@ config LIBCURL_HTTP bool "Enable HTTP support" default y +config LIBCURL_HTTPS + bool "Enable

Re: [OpenWrt-Devel] [PATCH] curl: enable "https" protocol

2015-01-07 Thread Felix Fietkau
On 2014-12-27 18:32, Lars Kruse wrote: > Hi, > > even though SSL-support is configurable for curl, there is currently > no support for https (just http). The attached patch fixes that. > > Lars > > > > Provide optional --enable-https flag for curl. > > Signed-off-by: Lars Kruse Like the othe

[OpenWrt-Devel] [PATCH] curl: enable "https" protocol

2014-12-27 Thread Lars Kruse
Hi, even though SSL-support is configurable for curl, there is currently no support for https (just http). The attached patch fixes that. Lars Provide optional --enable-https flag for curl. Signed-off-by: Lars Kruse --- Provide optional --enable-https flag for curl. --- a/openwrt/package/net