curl: enable cookie support by default - increases .ipk by around 3K (#14518)
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 6 Feb 2014 12:06:17 +0000 (12:06 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 6 Feb 2014 12:06:17 +0000 (12:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39503 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/curl/Config.in

index a52b18e..086f5c2 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"