mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/image: use gzip compressed kernel for RPi, saves another 5MB
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
73b8b5eff4
commit
b6878e0a14
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user