summaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/patches/130-lzma_props.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-13 19:59:02 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-13 19:59:02 +0000
commit9065072af28812f030785c0cefb94baec4debeb8 (patch)
treee521bbeb74616d12bf9d431d8af9c29497faab7e /tools/squashfs4/patches/130-lzma_props.patch
parent78a35be696797debe9fdaedba2eb67c83d1ff1d2 (diff)
squashfs4: make the lzma parameters configurable, and change the defaults for slightly improved compression on mips (mostly unchanged on other architectures)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25530 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/squashfs4/patches/130-lzma_props.patch')
-rw-r--r--tools/squashfs4/patches/130-lzma_props.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/squashfs4/patches/130-lzma_props.patch b/tools/squashfs4/patches/130-lzma_props.patch
deleted file mode 100644
index 3ac6b9b03..000000000
--- a/tools/squashfs4/patches/130-lzma_props.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) {
- /*