Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
archive/target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch
Florian Fainelli aefcb507f4 [rdc] fix 015-r6040_fix_multicast.patch not applying
SVN-Revision: 28466
2011-10-17 10:02:00 +00:00

9 lines
353 B
Diff

--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -204,4 +204,4 @@ cmd_bzip2 = (bzip2 -9 < $< && $(size_app
# ---------------------------------------------------------------------------
quiet_cmd_lzma = LZMA $@
-cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 -eos
+cmd_lzma = (/usr/bin/lzma -9 -c $< ; $(size_append) $<) >$@ || (rm -f $@ ; false)