1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add a new arm lzma kernel decompressor based on rewritten (and much more readable) unlzma code. backport to 2.6.28 as well. tested on ixp4xx and orion

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16939 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2009-07-21 02:31:37 +00:00
parent 0dbfaeb142
commit f84d7d2736
3 changed files with 1362 additions and 844 deletions

View File

@@ -5,4 +5,4 @@
quiet_cmd_lzma = LZMA $@
-cmd_lzma = (lzma -9 -c $< && $(size_append) $<) >$@ || (rm -f $@ ; false)
+cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2
+cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 -eos