diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-27 15:25:02 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-27 15:25:02 +0200 |
commit | eab2b26fc4a6263025b3e82870232b0d5bfbc8a3 (patch) | |
tree | 537cea9c323aed28a0aa0de7ebf1f35b059b98d0 /target/linux | |
parent | c3c56f0fc50d44e0da486e2222fdc6ced0a22f37 (diff) | |
download | master-187ad058-eab2b26fc4a6263025b3e82870232b0d5bfbc8a3.tar.gz master-187ad058-eab2b26fc4a6263025b3e82870232b0d5bfbc8a3.tar.bz2 master-187ad058-eab2b26fc4a6263025b3e82870232b0d5bfbc8a3.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')
-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 |