add a new arm lzma kernel decompressor based on rewritten (and much more readable...
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.30 / 998-openwrt_lzma_options.patch
1 --- a/scripts/Makefile.lib
2 +++ b/scripts/Makefile.lib
3 @@ -204,4 +204,4 @@ cmd_bzip2 = (bzip2 -9 < $< && $(size_app
4 # ---------------------------------------------------------------------------
5
6 quiet_cmd_lzma = LZMA $@
7 -cmd_lzma = (lzma -9 -c $< && $(size_append) $<) >$@ || (rm -f $@ ; false)
8 +cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 -eos