Just replying with the signed-off then :-)

Signed-off-by: Vladimir Svoboda <vsvoboda@forkoder.eu>


On Mon, Jun 20, 2022 at 9:42 PM Arnout Vandecappelle <arnout@mind.be> wrote:

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