Skip to content

Commit

Permalink
fs/tar: 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 7483e34 commit a0460cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fs/tar/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ config BR2_TARGET_ROOTFS_TAR_XZ
help
Do compress the tarball with xz.

config BR2_TARGET_ROOTFS_TAR_ZSTD
bool "zstd"
help
Do compress the tarball with zstd.

endchoice

config BR2_TARGET_ROOTFS_TAR_OPTIONS
Expand Down

0 comments on commit a0460cb

Please sign in to comment.