mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
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)
17 lines
498 B
Plaintext
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
|