diff options
Diffstat (limited to 'script/build/roms')
| -rwxr-xr-x | script/build/roms | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/script/build/roms b/script/build/roms index ea7ef62c..08b9c92a 100755 --- a/script/build/roms +++ b/script/build/roms @@ -190,7 +190,7 @@ skip_board()  		return 1  	if [ "$lbmk_release" != "y" ] && [ "$status" != "stable" ] && \ -	    [ "$status" != "$release_type" ]; then +	    [ "$status" != "$release_type" ] && [ "$lbmk_status" = "y" ]; then  		if [ -f "$targetdir/warn.txt" ]; then  			printf "Regarding board '%s' (status '%s'):\n" \  			    "$board" "$status" | 
