mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
fastd: update configuration options
When updating fastd, some added and renamed CMake options had been forgotten, so it was impossible to disable some feature to reduce its size. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
+16
-1
@@ -11,6 +11,11 @@ config FASTD_ENABLE_METHOD_COMPOSED_GMAC
|
||||
depends on PACKAGE_fastd
|
||||
default y
|
||||
|
||||
config FASTD_ENABLE_METHOD_COMPOSED_UMAC
|
||||
bool "Enable composed-umac method provider"
|
||||
depends on PACKAGE_fastd
|
||||
default y
|
||||
|
||||
config FASTD_ENABLE_METHOD_GENERIC_GMAC
|
||||
bool "Enable generic-gmac method provider"
|
||||
depends on PACKAGE_fastd
|
||||
@@ -21,6 +26,11 @@ config FASTD_ENABLE_METHOD_GENERIC_POLY1305
|
||||
depends on PACKAGE_fastd
|
||||
default n
|
||||
|
||||
config FASTD_ENABLE_METHOD_GENERIC_UMAC
|
||||
bool "Enable generic-umac method provider"
|
||||
depends on PACKAGE_fastd
|
||||
default y
|
||||
|
||||
config FASTD_ENABLE_METHOD_NULL
|
||||
bool "Enable null method"
|
||||
depends on PACKAGE_fastd
|
||||
@@ -58,6 +68,11 @@ config FASTD_ENABLE_MAC_GHASH
|
||||
depends on PACKAGE_fastd
|
||||
default y
|
||||
|
||||
config FASTD_ENABLE_MAC_UHASH
|
||||
bool "Enable the UHASH message authentication code"
|
||||
depends on PACKAGE_fastd
|
||||
default y
|
||||
|
||||
|
||||
config FASTD_WITH_CMDLINE_USER
|
||||
bool "Include support for setting user/group related options on the command line"
|
||||
@@ -79,7 +94,7 @@ config FASTD_WITH_CMDLINE_COMMANDS
|
||||
depends on PACKAGE_fastd
|
||||
default n
|
||||
|
||||
config FASTD_WITH_VERIFY
|
||||
config FASTD_WITH_DYNAMIC_PEERS
|
||||
bool "Include support for on-verify handlers"
|
||||
depends on PACKAGE_fastd
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user