Switch download url from ftp to https. This improves security and seems to avoid local connection issues.
Signed-off-by: Bruno Thomsen <[email protected]> --- rules/u-boot-tools.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make index 1928b84cd..154040ff5 100644 --- a/rules/u-boot-tools.make +++ b/rules/u-boot-tools.make @@ -18,7 +18,7 @@ U_BOOT_TOOLS_VERSION := 2019.01 U_BOOT_TOOLS_MD5 := 0adbc6c755768f0b78a2a0decf0b253a U_BOOT_TOOLS := u-boot-$(U_BOOT_TOOLS_VERSION) U_BOOT_TOOLS_SUFFIX := tar.bz2 -U_BOOT_TOOLS_URL := ftp://ftp.denx.de/pub/u-boot/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX) +U_BOOT_TOOLS_URL := https://ftp.denx.de/pub/u-boot/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX) U_BOOT_TOOLS_SOURCE := $(SRCDIR)/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX) U_BOOT_TOOLS_DIR := $(BUILDDIR)/u-boot-tools-$(U_BOOT_TOOLS_VERSION) U_BOOT_TOOLS_PKGDIR := $(PKGDIR)/u-boot-tools-$(U_BOOT_TOOLS_VERSION) -- 2.23.0 _______________________________________________ ptxdist mailing list [email protected]
