Skip to content

Commit

Permalink
fs/ext2: add option for zstd compression
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Svoboda <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
  • Loading branch information
VladimirSvoboda authored and arnout committed Jul 23, 2022
1 parent 1ce8640 commit 7483e34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fs/ext2/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7483e34

Please sign in to comment.