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/xway_legacy | |
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/xway_legacy')
-rw-r--r-- | target/linux/lantiq/xway_legacy/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |