diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-03-29 00:24:00 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-03-29 00:29:43 +0200 |
commit | 68cf2944b00ad91b51b69a86d25786463d6b1cbe (patch) | |
tree | fee0ce0e355bb8f171e347517b3f4f85701b2091 /net/fastd/Config.in | |
parent | e47da635ad6da238b0e65ce4f21be90756b35b38 (diff) |
fastd: update to v18
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'net/fastd/Config.in')
-rw-r--r-- | net/fastd/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/fastd/Config.in b/net/fastd/Config.in index 5820b9796..3350eb309 100644 --- a/net/fastd/Config.in +++ b/net/fastd/Config.in @@ -74,6 +74,12 @@ config FASTD_ENABLE_MAC_UHASH default y +config FASTD_WITH_CAPABILITIES + bool "Enable POSIX capability support" + depends on PACKAGE_fastd + default n + + config FASTD_WITH_CMDLINE_USER bool "Include support for setting user/group related options on the command line" depends on PACKAGE_fastd |