rom.sh: only make rom tarball if release=y
Signed-off-by: Leah Rowe <info@minifree.org>audit2
parent
e01995d491
commit
2dad7b0b6f
|
@ -113,6 +113,6 @@ add_uboot()
|
||||||
|
|
||||||
mkcoreboottar()
|
mkcoreboottar()
|
||||||
{
|
{
|
||||||
[ "$target" = "$tree" ] && return 0
|
[ "$target" = "$tree" ] && return 0; [ "$XBMK_RELEASE" = "y" ] && \
|
||||||
[ "$XBMK_RELEASE" = "y" ] && mkrom_tarball "bin/$target"; return 0
|
[ "$release" != "n" ] && mkrom_tarball "bin/$target"; return 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue