diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-06 08:42:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-06 08:42:41 +0000 |
commit | ad2bd568f5b6476c1512b4419881d1260f5ad060 (patch) | |
tree | f86de8bd25b17b3e47c69fa4163b37526e8393a7 /target/linux/rdc/patches-2.6.30 | |
parent | 186b555e562e5b9bddf1169596c13e65c43fae75 (diff) | |
download | upstream-ad2bd568f5b6476c1512b4419881d1260f5ad060.tar.gz upstream-ad2bd568f5b6476c1512b4419881d1260f5ad060.tar.bz2 upstream-ad2bd568f5b6476c1512b4419881d1260f5ad060.zip |
use host-side lzma decompression tool, lzma-4.32 from openwrt produces non-working bzImages, switch to 2.6.30, strip down kernel configuration
SVN-Revision: 18325
Diffstat (limited to 'target/linux/rdc/patches-2.6.30')
-rw-r--r-- | target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch | 8 |
1 files changed, 8 insertions, 0 deletions
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 new file mode 100644 index 0000000000..5def7393fa --- /dev/null +++ b/target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch @@ -0,0 +1,8 @@ +--- a/scripts/Makefile.lib 2009-11-06 08:55:20.000000000 +0100 ++++ b/scripts/Makefile.lib 2009-11-06 09:08:45.000000000 +0100 +@@ -204,4 +204,4 @@ + # --------------------------------------------------------------------------- + + quiet_cmd_lzma = LZMA $@ +-cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 -eos ++cmd_lzma = (/usr/bin/lzma -9 -c $< ; $(size_append) $<) >$@ || (rm -f $@ ; false) |