From: Jo-Philipp Wich Date: Thu, 6 Feb 2014 12:06:17 +0000 (+0000) Subject: curl: enable cookie support by default - increases .ipk by around 3K (#14518) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c7b684e65477dedb231b8ed60c55baa7540b6cf0;p=openwrt%2Fsvn-archive%2Farchive.git curl: enable cookie support by default - increases .ipk by around 3K (#14518) SVN-Revision: 39503 --- diff --git a/libs/curl/Config.in b/libs/curl/Config.in index a52b18ec15..086f5c2445 100644 --- a/libs/curl/Config.in +++ b/libs/curl/Config.in @@ -27,7 +27,7 @@ endchoice config LIBCURL_COOKIES bool "Enable cookies support" - default n + default y config LIBCURL_CRYPTO_AUTH bool "Enable cryptographic authentication"