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>
23 lines
717 B
Text
23 lines
717 B
Text
config SQUASHFS_TOOLS_LZO_SUPPORT
|
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
|
bool "Enable LZO support"
|
|
select PACKAGE_liblzo
|
|
default n
|
|
|
|
config SQUASHFS_TOOLS_LZ4_SUPPORT
|
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
|
bool "Enable LZ4 support"
|
|
select PACKAGE_liblz4
|
|
default n
|
|
|
|
config SQUASHFS_TOOLS_XZ_SUPPORT
|
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
|
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
|