All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] boot/uboot: Change from FTP to HTTP for official releases
@ 2020-06-04 18:24 Joachim Nilsson
  2020-06-04 18:41 ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Joachim Nilsson @ 2020-06-04 18:24 UTC (permalink / raw)
  To: buildroot

The HTTP URL seems to be more reliable and quicker for download than FTP.
FTP may also be a blocked protocol on some sites and in CI/CD setups.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
---
 boot/uboot/uboot.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 1d50e72846..ede14fe234 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -33,7 +33,7 @@ UBOOT_SITE = $(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_REPO_URL))
 UBOOT_SITE_METHOD = svn
 else
 # Handle stable official U-Boot versions
-UBOOT_SITE = ftp://ftp.denx.de/pub/u-boot
+UBOOT_SITE = http://ftp.denx.de/pub/u-boot
 UBOOT_SOURCE = u-boot-$(UBOOT_VERSION).tar.bz2
 endif
 
-- 
2.25.1

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

end of thread, other threads:[~2020-06-04 18:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-04 18:24 [Buildroot] [PATCH 1/1] boot/uboot: Change from FTP to HTTP for official releases Joachim Nilsson
2020-06-04 18:41 ` Baruch Siach
2020-06-04 18:51   ` Joachim Nilsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.