From: jow 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://207.154.207.93/?a=commitdiff_plain;h=3044632b9459745c709b8dd8fe35549c3c1e6e90;p=packages.git curl: enable cookie support by default - increases .ipk by around 3K (#14518) git-svn-id: svn://svn.openwrt.org/openwrt/packages@39503 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/curl/Config.in b/libs/curl/Config.in index a52b18ec1..086f5c244 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"