From 89327c12e187950c64901fca99447d857f0f6450 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 18 Aug 2012 00:30:28 +0200 Subject: linux-yocto: use LZMA for Zaurus collie * this way we save more than 500KiB, important when you have just 14MiB ! Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-yocto/collie/collie.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-yocto/collie/collie.cfg b/recipes-kernel/linux/linux-yocto/collie/collie.cfg index ad709c5..4cc5f56 100644 --- a/recipes-kernel/linux/linux-yocto/collie/collie.cfg +++ b/recipes-kernel/linux/linux-yocto/collie/collie.cfg @@ -43,8 +43,8 @@ CONFIG_LOCALVERSION="" CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_LZO=y -CONFIG_KERNEL_GZIP=y -# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_GZIP is not set +CONFIG_KERNEL_LZMA=y # CONFIG_KERNEL_LZO is not set CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y -- cgit 1.2.3-korg