From: Markus Niebel <list-09_ptxdist@tqsc.de>
To: ptxdist@pengutronix.de
Cc: m.olbrich@pengutronix.de, mkl@pengutronix.de,
Markus Niebel <Markus.Niebel@tq-group.com>
Subject: [ptxdist] [PATCH] u-boot: hopefully fix download URL
Date: Fri, 9 Oct 2015 10:05:19 +0200 [thread overview]
Message-ID: <1444377919-18658-1-git-send-email-list-09_ptxdist@tqsc.de> (raw)
From: Markus Niebel <Markus.Niebel@tq-group.com>
Use the ftp server only via ftp protocol. Other URL and protocols
gets redirected and cause download to fail. u-boot-tools uses already
the correct URL.
See also www.denx.de/wiki/U-Boot/SourceCode
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
---
rules/u-boot.make | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/rules/u-boot.make b/rules/u-boot.make
index 79aa33e..6dd2e43 100644
--- a/rules/u-boot.make
+++ b/rules/u-boot.make
@@ -21,11 +21,7 @@ U_BOOT_VERSION := $(call remove_quotes,$(PTXCONF_U_BOOT_VERSION))
U_BOOT_MD5 := $(call remove_quotes,$(PTXCONF_U_BOOT_MD5))
U_BOOT := u-boot-$(U_BOOT_VERSION)
U_BOOT_SUFFIX := tar.bz2
-U_BOOT_URL := \
- ftp://ftp.denx.de/pub/u-boot/$(U_BOOT).$(U_BOOT_SUFFIX) \
- http://ftp.denx.de/pub/u-boot/$(U_BOOT).$(U_BOOT_SUFFIX) \
- https://ftp.denx.de/pub/u-boot/$(U_BOOT).$(U_BOOT_SUFFIX) \
- https://ftp.denx.de/pub/u-boot/$(U_BOOT).$(U_BOOT_SUFFIX);no-check-certificate
+U_BOOT_URL := ftp://ftp.denx.de/pub/u-boot/$(U_BOOT).$(U_BOOT_SUFFIX)
U_BOOT_SOURCE := $(SRCDIR)/$(U_BOOT).$(U_BOOT_SUFFIX)
U_BOOT_DIR := $(BUILDDIR)/$(U_BOOT)
--
2.6.1
--
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2015-10-09 8:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-09 8:05 Markus Niebel [this message]
2015-10-12 9:21 ` Marc Kleine-Budde
2015-10-19 10:32 ` Markus Niebel
2015-10-19 10:34 ` Marc Kleine-Budde
2015-10-19 10:35 ` Marc Kleine-Budde
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=1444377919-18658-1-git-send-email-list-09_ptxdist@tqsc.de \
--to=list-09_ptxdist@tqsc.de \
--cc=Markus.Niebel@tq-group.com \
--cc=m.olbrich@pengutronix.de \
--cc=mkl@pengutronix.de \
--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