1
0
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:
florian
2009-11-06 08:42:41 +00:00
parent 30d1329e80
commit 91681580d6
3 changed files with 11 additions and 4 deletions

View 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)