aboutsummaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/patches/160-expose_lzma_xz_options.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-11 19:21:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-11 19:21:43 +0000
commitd437c72c216b45aa27187bbfddbf43fafdc0b5fe (patch)
treeb0ccfca82d2fc7fa0d5c747a303b10e3a376b86f /tools/squashfs4/patches/160-expose_lzma_xz_options.patch
parente5c1cc55453169bcfc8623cf498e1f6485669246 (diff)
downloadupstream-d437c72c216b45aa27187bbfddbf43fafdc0b5fe.tar.gz
upstream-d437c72c216b45aa27187bbfddbf43fafdc0b5fe.tar.bz2
upstream-d437c72c216b45aa27187bbfddbf43fafdc0b5fe.zip
tools/squashfs4: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47869
Diffstat (limited to 'tools/squashfs4/patches/160-expose_lzma_xz_options.patch')
-rw-r--r--tools/squashfs4/patches/160-expose_lzma_xz_options.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/squashfs4/patches/160-expose_lzma_xz_options.patch b/tools/squashfs4/patches/160-expose_lzma_xz_options.patch
index d6063969d2..2fbd954859 100644
--- a/tools/squashfs4/patches/160-expose_lzma_xz_options.patch
+++ b/tools/squashfs4/patches/160-expose_lzma_xz_options.patch
@@ -637,7 +637,7 @@
}
name = argv[1];
-@@ -76,190 +73,50 @@ static int xz_options(char *argv[], int
+@@ -76,190 +73,50 @@ static int xz_options(char *argv[], int
}
if(bcj[i].name == NULL) {
fprintf(stderr, "xz: -Xbcj unrecognised "
@@ -864,7 +864,7 @@
SQUASHFS_METADATA_SIZE;
filter[0].filter[0].id = LZMA_FILTER_LZMA2;
-@@ -323,14 +181,25 @@ static int xz_compress(void *strm, void
+@@ -323,14 +181,25 @@ static int xz_compress(void *strm, void
lzma_ret res = 0;
struct xz_stream *stream = strm;
struct filter *selected = NULL;