1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/libs/libtins/Config.in
Ilya Tsybulsky b93136bdea
libtins: Added menu configuration options
Signed-off-by: Ilya Tsybulsky <ilya.tsybulsky@gmail.com>
2020-02-10 00:48:35 +03:00

33 lines
708 B
Plaintext

# libtins configuration
menu "Configuration"
depends on PACKAGE_libtins
config LIBTINS_ENABLE_ACK_TRACKER
bool "Enable ACK tracker"
default n
config LIBTINS_ENABLE_CXX11
bool "Enable C++11"
default y
config LIBTINS_ENABLE_DOT11
bool "Enable IEEE 802.11 support (select this to access ENABLE_WPA2 option)"
help
If selected, this also allows configuring WPA2 support which requires openssl
default n
config LIBTINS_ENABLE_PCAP
bool "Enable PCAP library support"
default y
config LIBTINS_ENABLE_TCP_STREAM_CUSTOM_DATA
bool "Enable TCP stream custom data"
default n
config LIBTINS_ENABLE_WPA2
depends on LIBTINS_ENABLE_DOT11
bool "Enable WPA2 (this selects libopenssl)"
default n
endmenu