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:
Alexandru Ardelean
2020-04-14 11:41:14 +03:00
parent c11aaead91
commit 2af0b9d303
5 changed files with 21 additions and 687 deletions
+6
View File
@@ -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