fastd: update to v20

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
Matthias Schiffer
2020-10-10 19:02:24 +02:00
parent 6885fa2645
commit a916211b67
2 changed files with 32 additions and 118 deletions
+1 -3
View File
@@ -69,7 +69,6 @@ config FASTD_WITH_CAPABILITIES
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
@@ -91,7 +90,7 @@ config FASTD_WITH_CMDLINE_COMMANDS
default n
config FASTD_WITH_DYNAMIC_PEERS
bool "Include support for on-verify handlers"
bool "Include support for dynamic peers (using on-verify handlers)"
depends on PACKAGE_fastd
default n
@@ -100,5 +99,4 @@ config FASTD_WITH_STATUS_SOCKET
depends on PACKAGE_fastd
default y
endmenu