squashfs4: use our lzma props settings again instead of the defaults (smaller images...
[openwrt-10.03/.git] / tools / squashfs4 / patches / 130-lzma_props.patch
1 --- a/squashfs-tools/lzma_wrapper.c
2 +++ b/squashfs-tools/lzma_wrapper.c
3 @@ -32,7 +32,7 @@ int lzma_compress(void **strm, char *des
4         int res;
5  
6         res = LzmaCompress(d + LZMA_HEADER_SIZE, &outlen, s, size, d,
7 -               &props_size, 5, block_size, 3, 0, 2, 32, 1);
8 +               &props_size, 5, block_size, 1, 2, 2, 32, 1);
9         
10         if(res == SZ_ERROR_OUTPUT_EOF) {
11                 /*