From e3eaf578082ee26ebc0021faed8ae42aca007f9e Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 12 Mar 2020 10:41:20 +0100 Subject: 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 --- target/linux/lantiq/falcon/config-5.4 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/lantiq/falcon') 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 -- cgit v1.2.3