From e8a90a5efb65d78706940a57d5aad72770f84788 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 4 Feb 2025 09:10:04 +0100 Subject: [PATCH] package/cross-ldd: use Github download location The crosstool-ng.org download link no longer works (probably a server configuration of some sort), so let's switch to a Github download. It's not an auto-generated tarball, but really the release tarball, identical to the one on crosstool-ng.org, with the same hash. Fixes: http://autobuild.buildroot.net/results/2ef16c821c4dcaaaa12b9b6c582da21a0592e453/ Signed-off-by: Thomas Petazzoni Signed-off-by: Julien Olivain --- package/cross-ldd/cross-ldd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/cross-ldd/cross-ldd.mk b/package/cross-ldd/cross-ldd.mk index 357133cdd2..b5560805c8 100644 --- a/package/cross-ldd/cross-ldd.mk +++ b/package/cross-ldd/cross-ldd.mk @@ -5,7 +5,7 @@ ################################################################################ CROSS_LDD_VERSION = 1.26.0 -CROSS_LDD_SITE = http://crosstool-ng.org/download/crosstool-ng +CROSS_LDD_SITE = https://github.com/crosstool-ng/crosstool-ng/releases/download/crosstool-ng-$(CROSS_LDD_VERSION) CROSS_LDD_SOURCE = crosstool-ng-$(CROSS_LDD_VERSION).tar.xz CROSS_LDD_LICENSE = GPL-2.0 CROSS_LDD_LICENSE_FILES = COPYING