From 3044632b9459745c709b8dd8fe35549c3c1e6e90 Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 6 Feb 2014 12:06:17 +0000 Subject: [PATCH] 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 --- libs/curl/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.11.0