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

This reverts commit a7bc07e0350c0f38c686e2de637a06855beffffa.
This commit is contained in:
Stephan Raue 2012-05-17 12:16:49 +02:00
parent 00c715c720
commit 241828c4ef
2 changed files with 2 additions and 4 deletions

View File

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

View File

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