[rdc] use host-side lzma decompression tool, lzma-4.32 from openwrt produces non...
[openwrt-10.03/.git] / target / linux / rdc / patches-2.6.30 / 011-use_host_lzma.patch
1 --- a/scripts/Makefile.lib      2009-11-06 08:55:20.000000000 +0100
2 +++ b/scripts/Makefile.lib      2009-11-06 09:08:45.000000000 +0100
3 @@ -204,4 +204,4 @@
4  # ---------------------------------------------------------------------------
5  
6  quiet_cmd_lzma = LZMA    $@
7 -cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 -eos
8 +cmd_lzma = (/usr/bin/lzma -9 -c $< ; $(size_append) $<) >$@ || (rm -f $@ ; false)