You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/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>
8 years ago
..
base-files update the /init file to start /sbin/init 11 years ago
files kernel: rename B53 symbols to avoid upstream kernel conflict 8 years ago
image treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
patches-3.18 squashfs4: use upstream xz compression header format 8 years ago
patches-4.1 squashfs4: use upstream xz compression header format 8 years ago
patches-4.4 squashfs4: use upstream xz compression header format 8 years ago
PATCHES kernel: update PATCHES with a stricter policy 11 years ago
config-3.18 kernel: rename B53 symbols to avoid upstream kernel conflict 8 years ago
config-4.1 kernel: rename B53 symbols to avoid upstream kernel conflict 8 years ago
config-4.4 kernel: rename B53 symbols to avoid upstream kernel conflict 8 years ago