From 8e8733d580848163dbd3546c0c289855dff64264 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 28 Apr 2020 19:47:47 +0200 Subject: MIPS: kernel: use LZO compression With LZO we need 1 second less of boot time. Signed-off-by: Oleksij Rempel --- configs/platform-mips/kernelconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/platform-mips/kernelconfig') diff --git a/configs/platform-mips/kernelconfig b/configs/platform-mips/kernelconfig index de6eee8..fe2371c 100644 --- a/configs/platform-mips/kernelconfig +++ b/configs/platform-mips/kernelconfig @@ -35,8 +35,8 @@ CONFIG_HAVE_KERNEL_LZ4=y # CONFIG_KERNEL_GZIP is not set # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KERNEL_LZMA is not set -CONFIG_KERNEL_XZ=y -# CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_XZ is not set +CONFIG_KERNEL_LZO=y # CONFIG_KERNEL_LZ4 is not set CONFIG_DEFAULT_HOSTNAME="(none)" # CONFIG_SWAP is not set -- cgit v1.2.3