From 7483e34de59792c7de3e9450260d247cf99278d6 Mon Sep 17 00:00:00 2001 From: Vladimir Svoboda Date: Fri, 24 Jun 2022 16:07:40 +0200 Subject: [PATCH] fs/ext2: add option for zstd compression Signed-off-by: Vladimir Svoboda Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- fs/ext2/Config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in index 333ead95fe..705446df57 100644 --- a/fs/ext2/Config.in +++ b/fs/ext2/Config.in @@ -131,6 +131,11 @@ config BR2_TARGET_ROOTFS_EXT2_XZ help Do compress the ext2 filesystem with xz. +config BR2_TARGET_ROOTFS_EXT2_ZSTD + bool "zstd" + help + Do compress the ext2 filesystem with zstd. + endchoice endif # BR2_TARGET_ROOTFS_EXT2