aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/zaurus.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index 0bbed6e7aa..9cbe056bdb 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -65,9 +65,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux"
ZAURUS_KERNEL_IMAGETYPE ?= "zImage"
KERNEL_IMAGETYPE = "${ZAURUS_KERNEL_IMAGETYPE}"
-# sane defaults for devices with only 32Mb RAM
-XZ_COMPRESSION_LEVEL = "-7"
-LZMA_COMPRESSION_LEVEL = "-8"
+# sane defaults for devices with only 32Mb RAM (see man xz)
+XZ_COMPRESSION_LEVEL = "-e -7"
# kernel bootlogo
LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'