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/xway_legacy/config-5.4 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/lantiq/xway_legacy') diff --git a/target/linux/lantiq/xway_legacy/config-5.4 b/target/linux/lantiq/xway_legacy/config-5.4 index 63452a7487..1d1c2f187c 100644 --- a/target/linux/lantiq/xway_legacy/config-5.4 +++ b/target/linux/lantiq/xway_legacy/config-5.4 @@ -12,6 +12,7 @@ CONFIG_INPUT=y CONFIG_INPUT_EVDEV=y CONFIG_INPUT_POLLDEV=y # CONFIG_ISDN is not set +CONFIG_LANTIQ_ETOP=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_TIMER is not set CONFIG_LZO_COMPRESS=y -- cgit v1.2.3