From 8694f7f9532634ba28856d196a2b433ea09b8e48 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 5 Aug 2022 09:48:26 +0300 Subject: [PATCH] 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 (cherry picked from commit f0d45ba3401df4559b17370a19f7800894365d6a) --- utils/squashfs-tools/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/squashfs-tools/Config.in b/utils/squashfs-tools/Config.in index ebe09147b..b0d6b4c62 100644 --- a/utils/squashfs-tools/Config.in +++ b/utils/squashfs-tools/Config.in @@ -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