From bdb09c6449251bda75fa312b33e299368bc3bdd1 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 11 Feb 2025 10:48:52 -0500 Subject: [PATCH] bin/fetch_coreboot_crossgcc_archive.sh: change acpica default PFG_BASEURL to use one of libreboot web mirror Signed-off-by: Thierry Laurion --- bin/fetch_coreboot_crossgcc_archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fetch_coreboot_crossgcc_archive.sh b/bin/fetch_coreboot_crossgcc_archive.sh index 58ba0c46..f9ff04c4 100755 --- a/bin/fetch_coreboot_crossgcc_archive.sh +++ b/bin/fetch_coreboot_crossgcc_archive.sh @@ -105,7 +105,7 @@ case "$PKG_NAME" in acpica) # Original acpica sources are gone. Most of the older releases # can be found here - PKG_BASEURL="https://distfiles.macports.org/acpica/" + PKG_BASEURL="https://mirror.math.princeton.edu/pub/libreboot/misc/acpica/" # Version 20220331 (currently used by talos_2) isn't there, but # there is an old link from Intel that is still up. This is # specific to this release.