1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 05:13:56 +02:00
openwrt-packages/net/netifyd/Config.in
Darryl Sokoloski 41c9155a80 netifyd: Updated to v4.4.7
Bug Fixes

- Fixed mbedTLS crashes and TLS handshake errors when the nDPI-bundled libgcrypt "lite" version conflicts with the system version (via libcurl).
- Fixed linking order issue with libini.
- Fixed non-portable static linking warning with libndpi.
- Write flows to sockets regardless if "add_flows" is true.
- Fixed compilation error if _DIRENT_HAVE_D_RECLEN isn't defined.
- Fixed Agent path.
- [OpenWrt] Switch to "grep -E" as "egrep" is deprecated.
- Fixed possible ndAddr crash: return a const reference for cached strings.

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
2023-09-22 09:23:26 +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