All of lore.kernel.org
 help / color / mirror / Atom feed
From: vsvoboda@forkoder.eu
To: buildroot@buildroot.org
Cc: Vladimir Svoboda <vsvoboda@forkoder.eu>
Subject: [Buildroot] [PATCH 2/2] fs/tar: add option for zstd compression
Date: Fri, 24 Jun 2022 16:07:41 +0200	[thread overview]
Message-ID: <20220624140742.78223-2-vsvoboda@forkoder.eu> (raw)
In-Reply-To: <20220624140742.78223-1-vsvoboda@forkoder.eu>

From: Vladimir Svoboda <vsvoboda@forkoder.eu>

Signed-off-by: Vladimir Svoboda <vsvoboda@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

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-06-24 14:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24 14:07 [Buildroot] [PATCH 1/2] fs/ext2: add option for zstd compression vsvoboda
2022-06-24 14:07 ` vsvoboda [this message]
2022-07-23 20:40   ` [Buildroot] [PATCH 2/2] fs/tar: " Arnout Vandecappelle
  -- strict thread matches above, loose matches on Subject: below --
2022-05-31 12:51 [Buildroot] [PATCH 1/2] fs/ext2: " vsvoboda
2022-05-31 12:51 ` [Buildroot] [PATCH 2/2] fs/tar: " vsvoboda

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220624140742.78223-2-vsvoboda@forkoder.eu \
    --to=vsvoboda@forkoder.eu \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.