diff options
author | Mathias Kresin <dev@kresin.me> | 2020-03-12 10:41:20 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2020-03-16 22:28:17 +0100 |
commit | e3eaf578082ee26ebc0021faed8ae42aca007f9e (patch) | |
tree | 4cca70d13666bb2846ba948f80ba66f96b336443 /target/linux/lantiq/falcon | |
parent | 6bf179b27004eb76df3e466bd080fc5a83ccf0dd (diff) | |
download | upstream-e3eaf578082ee26ebc0021faed8ae42aca007f9e.tar.gz upstream-e3eaf578082ee26ebc0021faed8ae42aca007f9e.tar.bz2 upstream-e3eaf578082ee26ebc0021faed8ae42aca007f9e.zip |
lantiq: kernel 5.4: debloat kernel config
The etop driver is used by all targets except xrx200.
Remove the UBIFS compression support for zlib and zstd from the xway
subtarget. The hardware is EOL for a long time and it's unlikely to ever
see a board shipped with an UBIFS using these compression methods.
Remove the JFFS2 support. Support for jjfs2 images was dropped years
ago.
It shrinks the compressed kernel up to 130 KByte.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/falcon')
-rw-r--r-- | target/linux/lantiq/falcon/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/falcon/config-5.4 b/target/linux/lantiq/falcon/config-5.4 index e2f94b54d0..a6d9e944f0 100644 --- a/target/linux/lantiq/falcon/config-5.4 +++ b/target/linux/lantiq/falcon/config-5.4 @@ -1,3 +1,4 @@ +CONFIG_LANTIQ_ETOP=y CONFIG_MTD_NAND_CORE=y CONFIG_MTD_NAND_ECC_SW_HAMMING=y CONFIG_MTD_RAW_NAND=y |