scripts/image: use gzip compressed kernel for RPi, saves another 5MB

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-03 04:29:55 +02:00
parent 73b8b5eff4
commit b6878e0a14

View File

@ -175,7 +175,7 @@ fi
if [ "$BOOTLOADER" = "u-boot" ]; then
KERNEL_IMAGE="uImage"
elif [ "$BOOTLOADER" = "bcm2835-bootloader" ]; then
KERNEL_IMAGE="Image"
KERNEL_IMAGE="zImage"
else
KERNEL_IMAGE="bzImage"
fi