mirror of https://github.com/aredn/aredn.git
Disabling SSL in curl has unexpected side effects, so revert this. (#578)
This commit is contained in:
parent
cbbd8f81ee
commit
7d7e37352a
|
@ -41,7 +41,6 @@ CONFIG_LIBCURL_FTP=y
|
|||
CONFIG_LIBCURL_HTTP=y
|
||||
CONFIG_LIBCURL_NGHTTP2=n
|
||||
CONFIG_LIBCURL_NO_SMB=y
|
||||
CONFIG_LIBCURL_NOSSL=y
|
||||
CONFIG_LIBCURL_PROXY=y
|
||||
CONFIG_LIBCURL_NO_RTSP=n
|
||||
CONFIG_PACKAGE_ATH_DEBUG=y
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- a/package/feeds/packages/curl/Makefile
|
||||
+++ b/package/feeds/packages/curl/Makefile
|
||||
@@ -120,6 +120,7 @@
|
||||
--without-ca-path \
|
||||
--without-libpsl \
|
||||
--without-zstd \
|
||||
+ --without-ssl \
|
||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
|
||||
\
|
||||
$(call autoconf_bool,CONFIG_IPV6,ipv6) \
|
|
@ -23,7 +23,6 @@
|
|||
717-fix-olsrd-oparse-error.patch
|
||||
718-temp-remove-olsrd-pud.patch
|
||||
719-disable-ipv6.patch
|
||||
720-curl-without-ssl.patch
|
||||
730-ipq40xx-dsa.patch
|
||||
731-ag71xx-updates-and-fixes.patch
|
||||
742-5-and-10mhz-ath10k-ct-support.patch
|
||||
|
|
Loading…
Reference in New Issue