aboutsummaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/patches/130-lzma_props.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-13 19:59:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-13 19:59:02 +0000
commit23ef9fcc6a47f341fa117fdbbe4458fb3af35609 (patch)
tree9d258014ba40edf35ad97402c84c92ae09846e7e /tools/squashfs4/patches/130-lzma_props.patch
parentd030509845efbb5ea8af4acef9438d1cb1387641 (diff)
downloadupstream-23ef9fcc6a47f341fa117fdbbe4458fb3af35609.tar.gz
upstream-23ef9fcc6a47f341fa117fdbbe4458fb3af35609.tar.bz2
upstream-23ef9fcc6a47f341fa117fdbbe4458fb3af35609.zip
squashfs4: make the lzma parameters configurable, and change the defaults for slightly improved compression on mips (mostly unchanged on other architectures)
SVN-Revision: 25530
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 3ac6b9b033..0000000000
--- 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) {
- /*