summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@sagemcom.com>2016-06-29 17:19:44 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-06-30 12:13:38 +0200
commit688059ebb23227fb13aad319df6e78686ea6e14a (patch)
tree5a848ce8eaa5b54bdfb89aeb6fc6ab53f0f5ae53 /system
parent4520524ba055706236db9f00dd79f1b2e2e87fde (diff)
makedevs: add capability support
Add the support of capability to makedevs as extended attribute. Now, it's possible to add a line "|xattr <capability>" after a file description to also add a capability to this file. It's possible to add severals capabilities with severals lines. [Peter: extend doc, reword Config.in, extend error message, use HOST_MAKEDEVS_CFLAGS/LDFLAGS for all flags] Signed-off-by: Philippe Reynes <philippe.reynes@sagemcom.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'system')
-rw-r--r--system/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/Config.in b/system/Config.in
index 3018b0a7b..15d5b55dd 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -162,6 +162,11 @@ config BR2_ROOTFS_STATIC_DEVICE_TABLE
See package/makedevs/README for details on the usage and
syntax of these files.
+config BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES
+ bool "support extended attributes in device tables"
+ help
+ Support extended attributes handling in device tables
+
choice
prompt "Root FS skeleton"