blob: e79a836f30fce1b18a8b46f529dc5e3ae4a3a888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
|