All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <petr.vorel@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] system: Add XATTR abbreviation
Date: Mon, 22 Jul 2019 07:16:27 +0200	[thread overview]
Message-ID: <20190722051627.12993-2-petr.vorel@gmail.com> (raw)
In-Reply-To: <20190722051627.12993-1-petr.vorel@gmail.com>

to BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES

+ capitalize

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
Hi,

you can squash this commit into previous one.

Kind regards,
Petr

 system/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/Config.in b/system/Config.in
index 842e745cd3..39f8603639 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -195,7 +195,7 @@ config BR2_ROOTFS_STATIC_DEVICE_TABLE
 	  syntax of these files.
 
 config BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES
-	bool "support extended attributes in device tables"
+	bool "Support extended attributes (XATTR) in device tables"
 	default y if !BR2_TARGET_ROOTFS_AXFS && !BR2_TARGET_ROOTFS_CRAMFS && !BR2_TARGET_ROOTFS_ISO9660 && !BR2_TARGET_ROOTFS_ROMFS && !BR2_TARGET_ROOTFS_YAFFS2
 	help
 	  Support extended attributes handling in device tables
-- 
2.20.1

  reply	other threads:[~2019-07-22  5:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-22  5:16 [Buildroot] [PATCH 1/2] system: add default to BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES Petr Vorel
2019-07-22  5:16 ` Petr Vorel [this message]
2019-07-31 16:08 ` Yann E. MORIN
2019-07-31 19:43   ` Petr Vorel

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=20190722051627.12993-2-petr.vorel@gmail.com \
    --to=petr.vorel@gmail.com \
    --cc=buildroot@busybox.net \
    /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.