aboutsummaryrefslogtreecommitdiff
path: root/tools/squashfskit4/patches/0020-big-endian.patch
Commit message (Collapse)AuthorAge
* tools/squashfskit4: drop unused toolChristian Marangi2023-02-20
| | | | | | | Drop squashfskit4 tool as it got replaced by new version of squashfs4 tool. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* tools/squashfskit4: fix compilation under big endianRosen Penev2021-06-20
The macro used is for the wrong struct. Just byte swap manually. Refreshed patches. Tested on sparc64. Signed-off-by: Rosen Penev <rosenp@gmail.com>