squashfs4: use our lzma props settings again instead of the defaults (smaller images on arm/mips)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18273 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2009-11-02 14:52:15 +00:00
parent 5133678e0d
commit 7e7a567b14
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- a/squashfs-tools/lzma_wrapper.c
+++ b/squashfs-tools/lzma_wrapper.c
@@ -32,7 +32,7 @@ int lzma_compress(void **strm, char *des
int res;
res = LzmaCompress(d + LZMA_HEADER_SIZE, &outlen, s, size, d,
- &props_size, 5, block_size, 3, 0, 2, 32, 1);
+ &props_size, 5, block_size, 1, 2, 2, 32, 1);
if(res == SZ_ERROR_OUTPUT_EOF) {
/*