aboutsummaryrefslogtreecommitdiff
path: root/utils/squashfs-tools/Config.in
Commit message (Collapse)AuthorAge
* squashfs-tools: build with xz by defaultDaniel Golle2021-06-13
| | | | | | | | squashfs-tools aren't of much use without xz compression support on OpenWrt, as we build kernel with squashfs supporting only xz. Enabled support for xz compression by default. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* squashfs-tools: bump to version 4.4Alexandru Ardelean2020-04-17
| | | | | | | | | | | | | All patches are not needed anymore. squashfs-tools has implemented them in one way or another. Converted to download release tarballs. This should work better to get notified of a newer release. Also adds support for ZSTD compression: https://facebook.github.io/zstd/ Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* squashfs-tools: change default compression options to nAlexandru Ardelean2016-06-09
| | | | | | | Otherwise it will pull all compression libraries to install (on newly configured targets) when maybe 1 or 2 are needed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* squashfs-tools: bring back packageAlexandru Ardelean2016-01-07
Picked up the old Makefile at 4.2. Upgraded at 4.3 (repo move to github now: https://github.com/plougher/squashfs-tools/) Added musl compatibility. Enabled LZ4 compression support by default Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>