diff mbox series

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

Message ID 20220624140742.78223-2-vsvoboda@forkoder.eu
State Accepted
Headers show
Series [1/2] fs/ext2: add option for zstd compression | expand

Commit Message

Vladimir Svoboda June 24, 2022, 2:07 p.m. UTC
From: Vladimir Svoboda <vsvoboda@forkoder.eu>

Signed-off-by: Vladimir Svoboda <vsvoboda@forkoder.eu>
---
 fs/tar/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Arnout Vandecappelle July 23, 2022, 8:40 p.m. UTC | #1
On 24/06/2022 16:07, vsvoboda@forkoder.eu wrote:
> From: Vladimir Svoboda <vsvoboda@forkoder.eu>
> 
> Signed-off-by: Vladimir Svoboda <vsvoboda@forkoder.eu>


  Applied both to master, thanks.

  Regards,
  Arnout

> ---
>   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
diff mbox series

Patch

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