aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/520-squashfs_update_xz_comp_opts.patch
Commit message (Collapse)AuthorAgeFilesLines
* squashfs4: use upstream xz compression header formatHauke Mehrtens2016-11-061-25/+0
| | | | | | | | | | | | | | | | | | 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> Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
* kernel: add linux 4.4 supportJonas Gorski2015-12-021-0/+25
Based on 4.4-rc3. Runtime tested on MIPS. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47701 3c298f89-4303-0410-b956-a3cf2f4a3e73