diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-25 10:38:46 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-25 10:38:46 +0100 |
commit | df031d422a1c0b76edbea1cdee98796ad3d1392f (patch) | |
tree | a23287b524ff8eb183db0599c4d2649f1e250d78 /config/coreboot/default | |
parent | 85bc915684cbeb562d8c6fbf81f9e35064ac04f1 (diff) |
use mirrorservice.org for acpica downloads
princeton was down today. kent is probably more reliable.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/default')
-rw-r--r-- | config/coreboot/default/patches/0024-don-t-use-github-for-the-acpica-download.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/default/patches/0024-don-t-use-github-for-the-acpica-download.patch b/config/coreboot/default/patches/0024-don-t-use-github-for-the-acpica-download.patch index 5093f011..2c4c9e5f 100644 --- a/config/coreboot/default/patches/0024-don-t-use-github-for-the-acpica-download.patch +++ b/config/coreboot/default/patches/0024-don-t-use-github-for-the-acpica-download.patch @@ -30,7 +30,7 @@ index ebc9fcb49a..a857110b4b 100755 GCC_BASE_URL="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}" BINUTILS_BASE_URL="https://ftpmirror.gnu.org/binutils" -IASL_BASE_URL="https://github.com/acpica/acpica/archive/refs/tags" -+IASL_BASE_URL="https://mirror.math.princeton.edu/pub/libreboot/misc/acpica" ++IASL_BASE_URL="https://www.mirrorservice.org/sites/libreboot.org/release/misc/acpica" # CLANG toolchain archive locations LLVM_BASE_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}" CLANG_BASE_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}" |