]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
makedevs: add capability support
authorPhilippe Reynes <philippe.reynes@sagemcom.com>
Wed, 29 Jun 2016 15:19:44 +0000 (17:19 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 30 Jun 2016 10:13:38 +0000 (12:13 +0200)
commit688059ebb23227fb13aad319df6e78686ea6e14a
tree5a848ce8eaa5b54bdfb89aeb6fc6ab53f0f5ae53
parent4520524ba055706236db9f00dd79f1b2e2e87fde
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>
docs/manual/makedev-syntax.txt
package/makedevs/makedevs.c
package/makedevs/makedevs.mk
system/Config.in