Merge pull request #19114 from commodo/squashfs-tools-zstd
squashfs-tools: enable zstd compression by default
This commit is contained in:
commit
56e2f4eb89
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ config SQUASHFS_TOOLS_ZSTD_SUPPORT
|
||||||
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
|
||||||
bool "Enable ZSTD support"
|
bool "Enable ZSTD support"
|
||||||
select PACKAGE_libzstd
|
select PACKAGE_libzstd
|
||||||
default n
|
default y
|
||||||
|
|
Loading…
Reference in a new issue