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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user