aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-08-18 00:30:28 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-15 21:46:28 +0100
commit89327c12e187950c64901fca99447d857f0f6450 (patch)
tree42aa1f70c6b4095fc09c53391407d96fc4b358f7
parentddb1f5f9397f75c1aa0f6c6072e5d0e7786ffbfc (diff)
downloadmeta-handheld-89327c12e187950c64901fca99447d857f0f6450.tar.gz
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 <andrea.adami@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-yocto/collie/collie.cfg4
1 files 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