From a7f58abb5a4540fbc7c48e1b9f91283d8ca59df7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 1 Jan 2024 18:08:05 +0000 Subject: fix oversight in previous commit Signed-off-by: Leah Rowe --- script/build/roms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build/roms b/script/build/roms index cf4404cc..69eb2f15 100755 --- a/script/build/roms +++ b/script/build/roms @@ -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 } -- cgit v1.2.1