Files
packages/net/netifyd/Config.in
Darryl Sokoloski eee27741d2 netifyd: Updated to v4.4.7
Release notes: https://gitlab.com/netify.ai/public/netify-agent/-/releases/v4.4.7

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
(cherry picked from commit 41c9155a80)
2023-11-30 13:04:17 +08:00

17 lines
498 B
Plaintext

menu "Configuration"
depends on PACKAGE_netifyd
config NETIFYD_BUILD_SHARED_LIBRARY
bool "Build the Agent as a shared library?"
default y
help
Build the Agent as a shared library when enabled, or statically link it otherwise. Statically linking can make debugging easier.
config NETIFYD_WITH_LOCAL_LIBGCRYPT
bool "Link nDPI with the local system libgcrypt?"
default y
help
Link the Agent (and nDPI) against the local system libgcrypt, or use the bundled gcrypt lite version.
endmenu