Browse Source

Merge pull request #19117 from commodo/squashfs-tools-zstd-22.03

[22.03] squashfs-tools: enable zstd compression by default
lilik-openwrt-22.03
Alexandru Ardelean 2 years ago
committed by GitHub
parent
commit
01d88e6d63
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/squashfs-tools/Config.in

+ 1
- 1
utils/squashfs-tools/Config.in 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

Loading…
Cancel
Save