From f84d7d273696f40794a3035bb3ae79214ac40c0a Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 21 Jul 2009 02:31:37 +0000 Subject: add a new arm lzma kernel decompressor based on rewritten (and much more readable) unlzma code. backport to 2.6.28 as well. tested on ixp4xx and orion git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16939 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch') diff --git a/target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch b/target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch index 8e05052ea..e7b6b3d4c 100644 --- a/target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch +++ b/target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch @@ -5,4 +5,4 @@ quiet_cmd_lzma = LZMA $@ -cmd_lzma = (lzma -9 -c $< && $(size_append) $<) >$@ || (rm -f $@ ; false) -+cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 ++cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 -eos -- cgit v1.2.3