Merge pull request #19114 from commodo/squashfs-tools-zstd

squashfs-tools: enable zstd compression by default
This commit is contained in:
Alexandru Ardelean 2022-08-08 11:36:40 +03:00 committed by GitHub
commit 56e2f4eb89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,4 +20,4 @@ config SQUASHFS_TOOLS_ZSTD_SUPPORT
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
bool "Enable ZSTD support"
select PACKAGE_libzstd
default n
default y