mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
squashfs-tools: bump to version 4.4
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>
This commit is contained in:
@@ -15,3 +15,9 @@ config SQUASHFS_TOOLS_XZ_SUPPORT
|
||||
bool "Enable XZ support"
|
||||
select PACKAGE_liblzma
|
||||
default n
|
||||
|
||||
config SQUASHFS_TOOLS_ZSTD_SUPPORT
|
||||
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
||||
bool "Enable ZSTD support"
|
||||
select PACKAGE_libzstd
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user