From b44e4e652ad5c5a6725a61b559eab1168e5f68cf Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 18 Apr 2008 08:41:30 +0000 Subject: Fix using HTTP proxy. /trunk/scripts/crosstool.sh | 9 5 4 0 +++++---- /trunk/config/global/download_extract.in | 2 1 1 0 +- 2 files changed, 6 insertions(+), 5 deletions(-) --- config/global/download_extract.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/global/download_extract.in b/config/global/download_extract.in index 08b66ce1..db39e25c 100644 --- a/config/global/download_extract.in +++ b/config/global/download_extract.in @@ -136,7 +136,7 @@ endchoice config PROXY_TYPE string default "none" if PROXY_TYPE_NONE - default "HTTP" if PROXY_TYPE_HTTP + default "http" if PROXY_TYPE_HTTP default "socks5" if PROXY_TYPE_SOCKS_5 default "socks4" if PROXY_TYPE_SOCKS_4 -- cgit v1.2.3