From 0662b22297cf2505657e280a48146d05ce812d17 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 27 Jun 2024 01:56:24 +0100 Subject: [PATCH] roms: re-add compression of coreboot images i accidentally removed this feature, during prior cleanup. Signed-off-by: Leah Rowe --- script/roms | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/roms b/script/roms index bc77a49..995854d 100755 --- a/script/roms +++ b/script/roms @@ -56,7 +56,8 @@ main() [ -n "$ser" ] && mkserprogfw "$ser" "$x" [ -z "$ser" ] && [ -d "config/coreboot/$x/config" ] && \ configure_target "$x" && build_roms && \ - [ -d "bin/$board" ] && targets="$targets, $x"; continue + [ -d "bin/$board" ] && targets="$targets, $x" && \ + [ "$XBMK_RELEASE" = "y" ] && mkrom_tarball "bin/$x" done [ -n "$ser" ] && [ "$XBMK_RELEASE" = "y" ] && \