forked from Ivasoft/openwrt
kernel: add support for uncompressed zImage on ARM
This can be used to prevent double compression for platforms where the boot loader already expects compressed images. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -1242,6 +1242,7 @@ CONFIG_GENERIC_NET_UTILS=y
|
||||
# CONFIG_HAVE_AOUT is not set
|
||||
# CONFIG_HAVE_ARM_ARCH_TIMER is not set
|
||||
CONFIG_HAVE_KERNEL_BZIP2=y
|
||||
CONFIG_HAVE_KERNEL_CAT=y
|
||||
CONFIG_HAVE_KERNEL_GZIP=y
|
||||
CONFIG_HAVE_KERNEL_LZ4=y
|
||||
CONFIG_HAVE_KERNEL_LZMA=y
|
||||
@@ -1801,6 +1802,7 @@ CONFIG_JOLIET=y
|
||||
# CONFIG_KALLSYMS_UNCOMPRESSED is not set
|
||||
# CONFIG_KARMA_PARTITION is not set
|
||||
# CONFIG_KERNEL_BZIP2 is not set
|
||||
# CONFIG_KERNEL_CAT is not set
|
||||
# CONFIG_KERNEL_GZIP is not set
|
||||
# CONFIG_KERNEL_LZ4 is not set
|
||||
# CONFIG_KERNEL_LZMA is not set
|
||||
|
||||
Reference in New Issue
Block a user