linux/common-config: enable deflate/zstd for erofs

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2026-05-30 17:52:06 +02:00
parent a22264c84b
commit 68157d8886
@@ -773,6 +773,9 @@ let
SQUASHFS_LZ4 = yes;
SQUASHFS_ZSTD = yes;
EROFS_FS_ZIP_DEFLATE = whenAtLeast "6.6" yes;
EROFS_FS_ZIP_ZSTD = whenAtLeast "6.10" yes;
# Native Language Support modules, needed by some filesystems
NLS = yes;
NLS_DEFAULT = freeform "utf8";