From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/3] at91bootstrap: Add mirror URL for legacy bootstrap
Date: Tue, 21 Nov 2017 15:25:38 +0100 [thread overview]
Message-ID: <20171121142540.6685-2-ada@thorsis.com> (raw)
In-Reply-To: <20171121142540.6685-1-ada@thorsis.com>
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>
---
rules/at91bootstrap.make | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/rules/at91bootstrap.make b/rules/at91bootstrap.make
index 5402c4b94d..eed5dc4e30 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)
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2017-11-21 14:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-21 14:25 [ptxdist] [PATCH 0/3] at91bootstrap: collected patches Alexander Dahl
2017-11-21 14:25 ` Alexander Dahl [this message]
2017-11-21 14:25 ` [ptxdist] [PATCH 2/3] at91bootstrap: Add patch to work with EABI toolchains Alexander Dahl
2017-11-21 14:25 ` [ptxdist] [PATCH 3/3] at91bootstrap: Add wrapper blacklist Alexander Dahl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171121142540.6685-2-ada@thorsis.com \
--to=ada@thorsis.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox