bin/fetch_coreboot_crossgcc_archive.sh: change acpica default PFG_BASEURL to use one of libreboot web mirror

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2025-02-11 10:48:52 -05:00
parent de0a1f4795
commit bdb09c6449
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -105,7 +105,7 @@ case "$PKG_NAME" in
acpica) acpica)
# Original acpica sources are gone. Most of the older releases # Original acpica sources are gone. Most of the older releases
# can be found here # 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 # Version 20220331 (currently used by talos_2) isn't there, but
# there is an old link from Intel that is still up. This is # there is an old link from Intel that is still up. This is
# specific to this release. # specific to this release.