fix config/submodule/

I accidentally removed a bunch of links in a previous change,
that isn't pushed yet.

due to gitignore rules, files in config/submodule/ have to be
added manually using -f with the git add command. as a result,
i need to be very careful when making changes, especially
temporary changes.

lbmk wasn't downloading files properly, because upstreams weren't
defined. this patch fixes that.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-01-26 06:13:32 +00:00
parent a808333c04
commit bc5e0bbbbb
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
subcurl="https://www.mirrorservice.org/sites/libreboot.org/release/misc/acpica/acpica-unix-20250807.tar.gz"
subcurl_bkup="https://mirror.math.princeton.edu/pub/libreboot/misc/acpica/acpica-unix-20250807.tar.gz"
subhash="408aa933cacbef50a728675001204530bae2ea31a8cde1c54a604b350ca9c7b59dd9cde8dccaf7c1a59e466baac59585466c2ccd80ddd038c8f6048edbc5f19c"

View File

@@ -0,0 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
subcurl="https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/binutils/binutils-2.45.tar.xz"
subcurl_bkup="https://ftp.nluug.nl/pub/gnu/binutils/binutils-2.45.tar.xz"
subhash="c7b10a7466d9fd398d7a0b3f2a43318432668d714f2ec70069a31bdc93c86d28e0fe83792195727167743707fbae45337c0873a0786416db53bbf22860c16ce7"