[Buildroot] [git commit] fs/tar: add option for zstd compression

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sat Jul 23 20:40:01 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=a0460cb46e5a706032959074b46f807010d0684f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Vladimir Svoboda <vsvoboda at forkoder.eu>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 fs/tar/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/fs/tar/Config.in b/fs/tar/Config.in
index a4e375c68b..e88a5bb91e 100644
--- a/fs/tar/Config.in
+++ b/fs/tar/Config.in
@@ -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



More information about the buildroot mailing list