projects/RPi/linux: add support for XZ compressed kernels

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-16 15:54:41 +02:00
parent c9e70584d0
commit a7bc07e035
2 changed files with 4 additions and 2 deletions

View File

@ -26,4 +26,4 @@ cd $PKG_BUILD/mkimage
rm -rf ./kernel.img
python ./imagetool-uncompressed.py $(kernel_path)/arch/arm/boot/Image
python ./imagetool-uncompressed.py $(kernel_path)/arch/arm/boot/zImage

View File

@ -36,9 +36,11 @@ CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_LZMA is not set
CONFIG_KERNEL_XZ=y
# CONFIG_KERNEL_LZO is not set
CONFIG_DEFAULT_HOSTNAME="openelec"
CONFIG_SWAP=y