From a0460cb46e5a706032959074b46f807010d0684f Mon Sep 17 00:00:00 2001 From: Vladimir Svoboda Date: Fri, 24 Jun 2022 16:07:41 +0200 Subject: [PATCH] fs/tar: add option for zstd compression Signed-off-by: Vladimir Svoboda Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- 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