All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] fs/ext2: add option for zstd compression
@ 2022-05-31 12:51 vsvoboda
  2022-05-31 12:51 ` [Buildroot] [PATCH 2/2] fs/tar: " vsvoboda
  2022-06-20 19:41 ` [Buildroot] [PATCH 1/2] fs/ext2: " Arnout Vandecappelle
  0 siblings, 2 replies; 6+ messages in thread
From: vsvoboda @ 2022-05-31 12:51 UTC (permalink / raw)
  To: buildroot; +Cc: Vladimir Svoboda

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/2] fs/ext2: add option for zstd compression
@ 2022-06-24 14:07 vsvoboda
  0 siblings, 0 replies; 6+ messages in thread
From: vsvoboda @ 2022-06-24 14:07 UTC (permalink / raw)
  To: buildroot; +Cc: Vladimir Svoboda

From: Vladimir Svoboda <vsvoboda@forkoder.eu>

Signed-off-by: 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-24 14:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 12:51 [Buildroot] [PATCH 1/2] fs/ext2: add option for zstd compression vsvoboda
2022-05-31 12:51 ` [Buildroot] [PATCH 2/2] fs/tar: " 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

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.