From 490ec212173574c6253bf906a92dd2f15dd1f591 Mon Sep 17 00:00:00 2001 From: Cody Schafer Date: Fri, 9 May 2014 19:07:02 -0700 Subject: scripts: add possibility to not override default connection timeout Allow '-1' to be specified as CONNECTION_TIMEOUT to disable the use of the connection timeout for wget. Signed-off-by: Cody P Schafer Message-Id: Patchwork-Id: 347582 --- config/global/download.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/global/download.in b/config/global/download.in index 370d97b8..115eefc5 100644 --- a/config/global/download.in +++ b/config/global/download.in @@ -47,6 +47,8 @@ config CONNECT_TIMEOUT Note that this value applies equally to wget if you have that installed. + If '-1' is specified, no timeout reconfiguration options are passed to wget/curl. + config ONLY_DOWNLOAD bool prompt "Stop after downloading tarballs" -- cgit v1.2.3