diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-14 12:00:32 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-15 14:36:47 +0200 |
commit | e6d3899ddc5289eb238d0ca3d16ece13a67f36d9 (patch) | |
tree | 2bfdd552fcff90209ac379e767c8b11b66dcc0f5 /target/linux/generic/config-4.4 | |
parent | af1791964d86c2e9388ffedeb55712483ce85ea6 (diff) | |
download | upstream-e6d3899ddc5289eb238d0ca3d16ece13a67f36d9.tar.gz upstream-e6d3899ddc5289eb238d0ca3d16ece13a67f36d9.tar.bz2 upstream-e6d3899ddc5289eb238d0ca3d16ece13a67f36d9.zip |
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>
Diffstat (limited to 'target/linux/generic/config-4.4')
-rw-r--r-- | target/linux/generic/config-4.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index cbc005e003..1199cb5feb 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -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 |