From 08257a40530df36528fb2916fe8cf4ecddc526eb Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 23 Jul 2016 14:20:52 +0200 Subject: apm821xx: use lzma compression for the initramfs images The MR24's u-boot takes it sweet time decompressing the LZMA-packed initramfs image. A user reported that compared to the old gzip method in v2: it "takes a ton longer to decompress like 4\x the old boot time for decompression". This patch also fixes a issue with the WNDR4700's initramfs image getting to big and causing the following u-boot crash during the decompression: "Uncompressing Multi-File Image ... Error: inflate() returned -5 out-of-mem or overwrite error - must RESET board to recover" This patch fixes both issues by reverting the MR24's initramfs compression method back to gzip. And choosing to compress the initramfs within the initramfs image as LZMA by default. Cc: chrisrblake93@gmail.com Signed-off-by: Christian Lamparter --- config/Config-images.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/Config-images.in b/config/Config-images.in index c990b87605..b73442d6f6 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -16,6 +16,7 @@ menu "Target Images" prompt "Compression" default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips + default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_apm821xx default TARGET_INITRAMFS_COMPRESSION_NONE depends on TARGET_ROOTFS_INITRAMFS help -- cgit v1.2.3