mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Revert "projects/RPi/linux: add support for XZ compressed kernels"
This reverts commit a7bc07e035.
This commit is contained in:
@@ -26,4 +26,4 @@ cd $PKG_BUILD/mkimage
|
||||
|
||||
rm -rf ./kernel.img
|
||||
|
||||
python ./imagetool-uncompressed.py $(kernel_path)/arch/arm/boot/zImage
|
||||
python ./imagetool-uncompressed.py $(kernel_path)/arch/arm/boot/Image
|
||||
|
||||
@@ -36,11 +36,9 @@ 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 is not set
|
||||
CONFIG_KERNEL_GZIP=y
|
||||
# CONFIG_KERNEL_LZMA is not set
|
||||
CONFIG_KERNEL_XZ=y
|
||||
# CONFIG_KERNEL_LZO is not set
|
||||
CONFIG_DEFAULT_HOSTNAME="openelec"
|
||||
CONFIG_SWAP=y
|
||||
|
||||
Reference in New Issue
Block a user