depends: add sensible download timeout/retry values

This commit is contained in:
Cory Fields
2014-08-27 03:40:30 -04:00
parent c897b1e732
commit df7565d99c
3 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ HOST ?= $(BUILD)
PATCHES_PATH = $(BASEDIR)/patches
BASEDIR = $(CURDIR)
HASH_LENGTH:=11
DOWNLOAD_CONNECT_TIMEOUT:=10
DOWNLOAD_RETRIES:=3
host:=$(BUILD)
ifneq ($(HOST),)