mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] u-boot: hopefully fix download URL
@ 2015-10-09  8:05 Markus Niebel
  2015-10-12  9:21 ` Marc Kleine-Budde
  0 siblings, 1 reply; 5+ messages in thread
From: Markus Niebel @ 2015-10-09  8:05 UTC (permalink / raw)
  To: ptxdist; +Cc: m.olbrich, mkl, Markus Niebel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-19 10:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-09  8:05 [ptxdist] [PATCH] u-boot: hopefully fix download URL Markus Niebel
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox