aboutsummaryrefslogtreecommitdiff
path: root/tools/squashfskit4/patches/0001-fix-version.sh.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/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>