Do not run flash-kernel for armel builds, it breaks the script when there's no boot partition to update

This commit is contained in:
Jani Monoses 2011-01-26 13:26:34 +02:00
parent f96ebdc7a1
commit 86839ae8bc

View File

@ -421,6 +421,8 @@ link_in_boot = $link_in_boot
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
sparc*) LIST="$LIST linux-sparc64";;
armel)
#inhibit running of flash-kernel for armel
export FLASH_KERNEL_SKIP=1
case "$SUBARCH" in
imx51)
LIST="$LIST linux-imx51"