Skip to content

Commit 6642b2d

Browse files
committed
add repo for acpica-unix2-20210331.tar.gz
Signed-off-by: Thomas Clarke <tonux@riseup.net>
1 parent 14d6894 commit 6642b2d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bin/fetch_coreboot_crossgcc_archive.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ case "$PKG_NAME" in
112112
if [ "$PKG_BASENAME" = acpica-unix2-20220331.tar.gz ]; then
113113
PKG_BASEURL="https://downloadmirror.intel.com/774879/"
114114
fi
115+
116+
if [ "$PKG_BASENAME" = acpica-unix2-20210331.tar.gz ]; then
117+
PKG_BASEURL="https://ftp.gnu.org/gnu/gnuboot/mirrors/acpica.org/"
118+
fi
115119
;;
116120
esac
117121

0 commit comments

Comments
 (0)