Skip to content

Commit e42466f

Browse files
committed
seed_package_mirror.sh: board renames
`librem_l1um` -> `EOL_librem_l1um` `x230-maximized` -> `EOL_x230-maximized` Signed-off-by: Thomas Clarke <[email protected]>
1 parent 475a289 commit e42466f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/seed_package_mirror.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ echo "Downloading packages..."
5656
make packages BOARD=qemu-coreboot-fbwhiptail-tpm1-hotp
5757
make packages BOARD=UNTESTED_talos-2 # newt, PPC
5858
make packages BOARD=librem_l1um_v2 # TPM2
59-
make packages BOARD=librem_l1um # coreboot 4.11
60-
make packages BOARD=x230-maximized # io386
59+
make packages BOARD=EOL_librem_l1um # coreboot 4.11
60+
make packages BOARD=EOL_x230-maximized # io386
6161
echo
6262
echo "Copying to mirror directory..."
6363
mkdir -p "$ARG_MIRROR_DIR"

0 commit comments

Comments
 (0)