diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-07-21 02:31:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-07-21 02:31:37 +0000 |
commit | c6458418e5d8eeaad8f00c1371ead5429329cd4b (patch) | |
tree | 9b629ac0a987ed8ebf6d6cfef5388acc054130d4 /target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch | |
parent | e5f75edc00943c15d16013fe41345436946e8ed0 (diff) | |
download | upstream-c6458418e5d8eeaad8f00c1371ead5429329cd4b.tar.gz upstream-c6458418e5d8eeaad8f00c1371ead5429329cd4b.tar.bz2 upstream-c6458418e5d8eeaad8f00c1371ead5429329cd4b.zip |
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
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 8e05052ea4..e7b6b3d4c0 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 |