From bc5e0bbbbb6920a62bb76ebd193142a5bb54bcb6 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 26 Jan 2026 06:13:32 +0000 Subject: 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 --- .../coreboot/default/acpica-unix-20250807.tar.gz/module.cfg | 5 +++++ config/submodule/coreboot/default/binutils-2.45.tar.xz/module.cfg | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 config/submodule/coreboot/default/acpica-unix-20250807.tar.gz/module.cfg create mode 100644 config/submodule/coreboot/default/binutils-2.45.tar.xz/module.cfg (limited to 'config') diff --git a/config/submodule/coreboot/default/acpica-unix-20250807.tar.gz/module.cfg b/config/submodule/coreboot/default/acpica-unix-20250807.tar.gz/module.cfg new file mode 100644 index 00000000..26b5adfd --- /dev/null +++ b/config/submodule/coreboot/default/acpica-unix-20250807.tar.gz/module.cfg @@ -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" diff --git a/config/submodule/coreboot/default/binutils-2.45.tar.xz/module.cfg b/config/submodule/coreboot/default/binutils-2.45.tar.xz/module.cfg new file mode 100644 index 00000000..3bd6f52e --- /dev/null +++ b/config/submodule/coreboot/default/binutils-2.45.tar.xz/module.cfg @@ -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" -- cgit v1.2.1