From 262640cb9e8c744994d0e9cb280a34a76f3a54ed Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 2 May 2010 19:31:05 +0000 Subject: add lzma tuning options, patch from Bernhard Loos SVN-Revision: 21311 --- target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch (limited to 'target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch') diff --git a/target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch b/target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch deleted file mode 100644 index 0cb47349ad..0000000000 --- a/target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- 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) -- cgit v1.2.3