summaryrefslogtreecommitdiffstats
path: root/rules/at91bootstrap.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/at91bootstrap.make')
-rw-r--r--rules/at91bootstrap.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/at91bootstrap.make b/rules/at91bootstrap.make
index 5402c4b94..eed5dc4e3 100644
--- a/rules/at91bootstrap.make
+++ b/rules/at91bootstrap.make
@@ -22,7 +22,9 @@ AT91BOOTSTRAP_MD5 := $(call remove_quotes,$(PTXCONF_AT91BOOTSTRAP_MD5))
AT91BOOTSTRAP_SUFFIX := zip
AT91BOOTSTRAP := Bootstrap-v$(AT91BOOTSTRAP_VERSION)
AT91BOOTSTRAP_TARBALL := AT91Bootstrap$(AT91BOOTSTRAP_VERSION).$(AT91BOOTSTRAP_SUFFIX)
-AT91BOOTSTRAP_URL := http://www.atmel.com/dyn/resources/prod_documents/$(AT91BOOTSTRAP_TARBALL)
+AT91BOOTSTRAP_URL := \
+ http://www.atmel.com/dyn/resources/prod_documents/$(AT91BOOTSTRAP_TARBALL) \
+ http://sources.buildroot.net/$(AT91BOOTSTRAP_TARBALL)
AT91BOOTSTRAP_SOURCE := $(SRCDIR)/$(AT91BOOTSTRAP_TARBALL)
AT91BOOTSTRAP_DIR := $(BUILDDIR)/$(AT91BOOTSTRAP)