changeset 275:c71f74edf51a

set timeout to 30 seconds for downloads
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 05 Mar 2009 20:41:25 +0100
parents e27ad3fe3583
children 743e9367f5c9
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Mar 05 20:40:34 2009 +0100
+++ b/Makefile	Thu Mar 05 20:41:25 2009 +0100
@@ -38,7 +38,7 @@
     $(call UNPACK_ARCHIVE,$(PKG_DIR)/$($(1)_FILE))
 
 DOWNLOAD = \
-    $(if $(2),wget -t 3 -c '$(1)' || wget -c '$(2)',wget -c '$(1)')
+    $(if $(2),wget -T 30 -t 3 -c '$(1)' || wget -c '$(2)',wget -c '$(1)')
 
 .PHONY: all
 all: $(PKG_RULES)