fs/ext2: add option for zstd compression

Signed-off-by: Vladimir Svoboda <vsvoboda@forkoder.eu>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Vladimir Svoboda 2022-06-24 16:07:40 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 1ce8640441
commit 7483e34de5

View File

@ -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