mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[rdc] use host-side lzma decompression tool, lzma-4.32 from openwrt produces non-working bzImages, switch to 2.6.30, strip down kernel configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18325 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
8
target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch
Normal file
8
target/linux/rdc/patches-2.6.30/011-use_host_lzma.patch
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user