diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-14 12:01:22 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-15 14:36:47 +0200 |
commit | b3be33f135f447d56ef9a5461e7e675d5cc35730 (patch) | |
tree | dbb3a3dd6e0bc0fe58d15cc419e91e6f5ee67b1a /target/linux/bcm53xx | |
parent | e6d3899ddc5289eb238d0ca3d16ece13a67f36d9 (diff) | |
download | upstream-b3be33f135f447d56ef9a5461e7e675d5cc35730.tar.gz upstream-b3be33f135f447d56ef9a5461e7e675d5cc35730.tar.bz2 upstream-b3be33f135f447d56ef9a5461e7e675d5cc35730.zip |
bcm53xx: use uncompressed zImages
The boot loader expects LZMA compressed kernel images
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/config-4.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-4.4 b/target/linux/bcm53xx/config-4.4 index fe78ea4147..634786177a 100644 --- a/target/linux/bcm53xx/config-4.4 +++ b/target/linux/bcm53xx/config-4.4 @@ -200,6 +200,8 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_DOMAIN_HIERARCHY=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y +CONFIG_KERNEL_CAT=y +# CONFIG_KERNEL_XZ is not set CONFIG_LIBFDT=y CONFIG_LOCK_SPIN_ON_OWNER=y CONFIG_LZO_COMPRESS=y |