mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-23 16:42:17 +02:00
roms: re-add compression of coreboot images
i accidentally removed this feature, during prior cleanup. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-1
@@ -56,7 +56,8 @@ main()
|
|||||||
[ -n "$ser" ] && mkserprogfw "$ser" "$x"
|
[ -n "$ser" ] && mkserprogfw "$ser" "$x"
|
||||||
[ -z "$ser" ] && [ -d "config/coreboot/$x/config" ] && \
|
[ -z "$ser" ] && [ -d "config/coreboot/$x/config" ] && \
|
||||||
configure_target "$x" && build_roms && \
|
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
|
done
|
||||||
|
|
||||||
[ -n "$ser" ] && [ "$XBMK_RELEASE" = "y" ] && \
|
[ -n "$ser" ] && [ "$XBMK_RELEASE" = "y" ] && \
|
||||||
|
|||||||
Reference in New Issue
Block a user