1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/tools/squashfs4/patches
Hauke Mehrtens f97ad870e1 squashfs4: use upstream xz compression header format
In the upstream kernel and the upstream squashfs4 tools the xz
compression header looks the following:
struct disk_comp_opts {
        __le32 dictionary_size;
        __le32 flags;
};

We added some other members and also moved some existing members. Place
the members which are already in upstream header at the same position
as in that kernel and add our own at the end. The kernel should not
have a problem when there are some additional members and just ignore
them.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2016-06-22 19:32:06 +02:00
..
100-portability.patch
110-allow_static_liblzma.patch
120-cygwin_fixes.patch
150-freebsd_fixes.patch
160-expose_lzma_xz_options.patch squashfs4: use upstream xz compression header format 2016-06-22 19:32:06 +02:00
170-add_support_for_LZMA_MAGIC_to_unsqashfs.patch squashfs4: Add support for LZMA Magic to unsquashfs 2011-10-19 10:17:28 +00:00
180-openbsd_compat.patch tools/squashfs4: refresh patches 2015-12-11 19:21:43 +00:00
190-no_nonstatic_inline.patch tools/squashfs4: refresh patches 2015-12-11 19:21:43 +00:00
200-add-fixed-timestamp-option.patch tools/squashfs4: refresh patches 2015-12-11 19:21:43 +00:00