summaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/patches/160-expose_lzma_xz_options.patch
Commit message (Collapse)AuthorAgeFilesLines
* squashfs4: use upstream xz compression header formatHauke Mehrtens2016-06-221-1/+1
| | | | | | | | | | | | | | | | | 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>
* tools/squashfs4: refresh patchesFelix Fietkau2015-12-111-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47869
* squashfs4: fix a compile error on big-endian systems (patch from #9842)Felix Fietkau2011-07-311-1/+1
| | | | SVN-Revision: 27851
* squashfs4: add missing include for freebsd (patch from #9842)Felix Fietkau2011-07-311-1/+4
| | | | SVN-Revision: 27850
* tools/squashfs4: update to version 4.2 (adds support for xz compression)Felix Fietkau2011-04-031-0/+926
Based on a patch by Jonas Gorski SVN-Revision: 26422