All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: vsvoboda@forkoder.eu, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] fs/ext2: add option for zstd compression
Date: Mon, 20 Jun 2022 21:42:21 +0200	[thread overview]
Message-ID: <b3eda097-672f-da25-3b5a-e50b8a0a8077@mind.be> (raw)
In-Reply-To: <156e8291-d30a-86cb-0063-0fbf05369cd5@mind.be>


On 20/06/2022 21:41, Arnout Vandecappelle wrote:
>  Hi Vladimir
>
> On 31/05/2022 14:51, vsvoboda@forkoder.eu wrote:
>> From: Vladimir Svoboda <vsvoboda@forkoder.eu>
>
> Add a Signed-off-by line for yourself.  This is a short way for you to
> assert that you are entitled to contribute the patch under buildroot's
> GPL license.  See [1] for more details. Without this, we can't apply the
> patch.

  Forgot to mention: it's sufficient to reply to this mail with the 
Signed-off-by - patchwork will pick it up and add it to the patch.


  Regards,
  Arnout


>
>  Regards,
>  Arnout
>
> [1] http://elinux.org/Developer_Certificate_Of_Origin
>
>>
>> ---
>>   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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-06-20 19:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=b3eda097-672f-da25-3b5a-e50b8a0a8077@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@buildroot.org \
    --cc=vsvoboda@forkoder.eu \
    /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.