openwrtv3/target/linux/generic
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
..
base-files update the /init file to start /sbin/init 2013-03-13 18:11:13 +00:00
files kernel: rename B53 symbols to avoid upstream kernel conflict 2016-06-20 08:00:14 +02:00
image treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
patches-3.18 squashfs4: use upstream xz compression header format 2016-06-22 19:32:06 +02:00
patches-4.1 squashfs4: use upstream xz compression header format 2016-06-22 19:32:06 +02:00
patches-4.4 squashfs4: use upstream xz compression header format 2016-06-22 19:32:06 +02:00
config-3.18 kernel: rename B53 symbols to avoid upstream kernel conflict 2016-06-20 08:00:14 +02:00
config-4.1 kernel: rename B53 symbols to avoid upstream kernel conflict 2016-06-20 08:00:14 +02:00
config-4.4 kernel: rename B53 symbols to avoid upstream kernel conflict 2016-06-20 08:00:14 +02:00
PATCHES kernel: update PATCHES with a stricter policy 2013-07-09 20:52:07 +00:00