curl: enable cookie support by default - increases .ipk by around 3K (#14518)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 6 Feb 2014 12:06:17 +0000 (12:06 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 6 Feb 2014 12:06:17 +0000 (12:06 +0000)
SVN-Revision: 39503

libs/curl/Config.in

index a52b18ec15bc21203e69bec2373ff8e5184e630d..086f5c24456dd04efa2215b3785f7fadb22aa3bb 100644 (file)
@@ -27,7 +27,7 @@ endchoice
 
 config LIBCURL_COOKIES
        bool "Enable cookies support"
-       default n
+       default y
 
 config LIBCURL_CRYPTO_AUTH
        bool "Enable cryptographic authentication"