mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
squashfs4: use our lzma props settings again instead of the defaults (smaller images on arm/mips)
SVN-Revision: 18273
This commit is contained in:
parent
2ecc782491
commit
c79b439709
11
tools/squashfs4/patches/130-lzma_props.patch
Normal file
11
tools/squashfs4/patches/130-lzma_props.patch
Normal 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) {
|
||||||
|
/*
|
Loading…
Reference in New Issue
Block a user