aboutsummaryrefslogtreecommitdiff
path: root/tools/squashfskit4/patches
Commit message (Collapse)AuthorAge
* tools/squashfskit4: fix build on non-linux systemsFelix Fietkau2020-09-01
| | | | | | The xattr related function calls are linux specific Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools: squashfskit4: fix build with GCC10Robert Marko2020-03-22
| | | | | | | | In order to build squashfskit with GCC10, this backport from upstream is needed. Signed-off-by: Robert Marko <robert.marko@sartura.hr> [increase PKG_RELEASE] Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* tools/squashfskit: fix version detection on non-linux systemAlexander Couzens2019-03-03
gnu date is present in our staging_dir which means squashfskit will fail to build. Prevent also a race condition if coreutils is build after squashfskit. To prevent a race condition, depend on coreutils. Acked-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Alexander Couzens <lynxis@fe80.eu>