mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/RPi/linux: add support for XZ compressed kernels
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c9e70584d0
commit
a7bc07e035
@ -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/Image
|
python ./imagetool-uncompressed.py $(kernel_path)/arch/arm/boot/zImage
|
||||||
|
@ -36,9 +36,11 @@ 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=y
|
# CONFIG_KERNEL_GZIP is not set
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user