mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
fix oversight in previous commit
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ build_payloads()
|
||||
x_ ./update trees -b memtest86plus
|
||||
|
||||
[ "$payload_seabios" = "y" ] && x_ ./update trees -b seabios
|
||||
for bt in grub_payload dependency_uboot; do
|
||||
for bt in grub_payload uboot_payload; do
|
||||
eval "build_${bt}"
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user