[Buildroot] [PATCH 2/2] fs/tar: add option for zstd compression

vsvoboda at forkoder.eu vsvoboda at forkoder.eu
Fri Jun 24 14:07:41 UTC 2022


From: Vladimir Svoboda <vsvoboda at forkoder.eu>

Signed-off-by: Vladimir Svoboda <vsvoboda at forkoder.eu>
---
 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
-- 
2.36.1




More information about the buildroot mailing list