X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=tools%2Fsquashfs4%2Fpatches%2F160-expose_lzma_xz_options.patch;fp=tools%2Fsquashfs4%2Fpatches%2F160-expose_lzma_xz_options.patch;h=2fbd9548590ea17a4e14d29ddf1b47685a22caa9;hb=f48abe075085253c14b3d060a58c3c3be4dc00d2;hp=d6063969d274278df08046a5c73ee38aea1bd404;hpb=017951acfbed74626b62972ea5d26cc132ea75ee;p=openwrt.git 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;