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
index 8e05052ea45d8aee76aecd6b15ec260be3631eba..e7b6b3d4c0d2812117964b90943b67f831547a12 100644 (file)
@@ -5,4 +5,4 @@
  
  quiet_cmd_lzma = LZMA    $@
 -cmd_lzma = (lzma -9 -c $< && $(size_append) $<) >$@ || (rm -f $@ ; false)
  
  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