Browse Source

squashfs-tools: enable zstd compression by default

Requested via:
  https://github.com/openwrt/packages/issues/19111

PKG_RELEASE is set to AUTORELEASE, so no need to bump.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit f0d45ba340)
lilik-openwrt-22.03
Alexandru Ardelean 2 years ago
parent
commit
8694f7f953
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