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 1/2] fs/ext2: add option for zstd compression
Date: Tue, 31 May 2022 14:51:50 +0200	[thread overview]
Message-ID: <20220531125152.135227-1-vsvoboda@forkoder.eu> (raw)

From: Vladimir Svoboda <vsvoboda@forkoder.eu>

---
 fs/ext2/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in
index 333ead95fe..705446df57 100644
--- a/fs/ext2/Config.in
+++ b/fs/ext2/Config.in
@@ -131,6 +131,11 @@ config BR2_TARGET_ROOTFS_EXT2_XZ
 	help
 	  Do compress the ext2 filesystem with xz.
 
+config BR2_TARGET_ROOTFS_EXT2_ZSTD
+	bool "zstd"
+	help
+	  Do compress the ext2 filesystem with zstd.
+
 endchoice
 
 endif # BR2_TARGET_ROOTFS_EXT2
-- 
2.36.1

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

             reply	other threads:[~2022-05-31 12:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31 12:51 vsvoboda [this message]
2022-05-31 12:51 ` [Buildroot] [PATCH 2/2] fs/tar: add option for zstd compression vsvoboda
2022-06-20 19:41 ` [Buildroot] [PATCH 1/2] fs/ext2: " Arnout Vandecappelle
2022-06-20 19:42   ` Arnout Vandecappelle
2022-06-21 20:19     ` Vladimir Svoboda
2022-06-24 14:07 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=20220531125152.135227-1-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.