From 688059ebb23227fb13aad319df6e78686ea6e14a Mon Sep 17 00:00:00 2001 From: Philippe Reynes Date: Wed, 29 Jun 2016 17:19:44 +0200 Subject: makedevs: add capability support Add the support of capability to makedevs as extended attribute. Now, it's possible to add a line "|xattr " 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 Signed-off-by: Peter Korsgaard --- system/Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'system') 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" -- cgit v1.2.3