Skip to content
Snippets Groups Projects
Commit c79b4397 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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

SVN-Revision: 18273
parent 2ecc7824
No related branches found
No related tags found
No related merge requests found
--- 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) {
/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment