Skip to content

Commit

Permalink
add repo for acpica-unix2-20210331.tar.gz
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Clarke <[email protected]>
  • Loading branch information
Tonux599 committed Apr 6, 2024
1 parent 14d6894 commit 6642b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/fetch_coreboot_crossgcc_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ case "$PKG_NAME" in
if [ "$PKG_BASENAME" = acpica-unix2-20220331.tar.gz ]; then
PKG_BASEURL="https://downloadmirror.intel.com/774879/"
fi

if [ "$PKG_BASENAME" = acpica-unix2-20210331.tar.gz ]; then
PKG_BASEURL="https://ftp.gnu.org/gnu/gnuboot/mirrors/acpica.org/"
fi
;;
esac

Expand Down

0 comments on commit 6642b2d

Please sign in to comment.