1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 04:14:01 +02:00
openwrt-packages/net/aircrack-ng/Config.in
Joseph Benden 2b9245fcd9 aircrack-ng: Update to 1.4
Signed-off-by: Joseph Benden <joe@benden.us>
2018-11-16 17:29:44 -07:00

35 lines
621 B
Plaintext

if PACKAGE_aircrack-ng
comment "SSL support"
choice
prompt "Select SSL library"
default AIRCRACK_NG_OPENSSL
config AIRCRACK_NG_OPENSSL
bool "openssl"
config AIRCRACK_NG_GCRYPT
bool "gcrypt"
endchoice
config AIRCRACK_NG_OPTIMIZE_SPEED
bool "Optimize for speed"
default n
help
This enables additional optimization and
increases performance considerably at the
expense of binary size.
comment "Miscellaneous"
config AIRCRACK_NG_HWLOC
bool "Hwloc support"
default n
config AIRCRACK_NG_SQLITE3
bool "Sqlite3 support"
default n
endif