mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
libtins: Added menu configuration options
Signed-off-by: Ilya Tsybulsky <ilya.tsybulsky@gmail.com>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user