summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2017-11-21 15:25:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-11-23 14:28:17 +0100
commit2d9fd972dad809e18cf32f0e74312e3fe01e1f67 (patch)
treee1c385c39f238b7fb7a9950484f1e2da910e1586
parent27c5950aa6fd1f808a54f3b0ed305016b0c6d62c (diff)
downloadptxdist-2d9fd972dad809e18cf32f0e74312e3fe01e1f67.tar.gz
ptxdist-2d9fd972dad809e18cf32f0e74312e3fe01e1f67.tar.xz
at91bootstrap: Add mirror URL for legacy bootstrap
This was the only working mirror URL I could find, all other sources seem to be gone. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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)