summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-07-21 02:31:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-07-21 02:31:37 +0000
commit925c5951c6531802e3f48a45a33afa68dbaddb99 (patch)
tree75636b12ef394e98a04bf01e8e40befcf6846f41 /target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch
parent7f63e704b3b6c0012d7363ac99cec12c1500968d (diff)
downloadmtk-20170518-925c5951c6531802e3f48a45a33afa68dbaddb99.zip
mtk-20170518-925c5951c6531802e3f48a45a33afa68dbaddb99.tar.gz
mtk-20170518-925c5951c6531802e3f48a45a33afa68dbaddb99.tar.bz2
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
SVN-Revision: 16939
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.patch2
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 8e05052..e7b6b3d 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