ddns-scripts: rename variable: s/retry_count/retry_max_count/
[feed/packages.git] / net / aircrack-ng / Config.in
1 if PACKAGE_aircrack-ng
2
3 comment "SSL support"
4
5 choice
6 prompt "Select SSL library"
7 default AIRCRACK_NG_OPENSSL
8
9 config AIRCRACK_NG_OPENSSL
10 bool "openssl"
11
12 config AIRCRACK_NG_GCRYPT
13 bool "gcrypt"
14 endchoice
15
16 config AIRCRACK_NG_OPTIMIZE_SPEED
17 bool "Optimize for speed"
18 default n
19 help
20 This enables additional optimization and
21 increases performance considerably at the
22 expense of binary size.
23
24 comment "Miscellaneous"
25
26 config AIRCRACK_NG_HWLOC
27 bool "Hwloc support"
28 default n
29
30 config AIRCRACK_NG_SQLITE3
31 bool "Sqlite3 support"
32 default n
33
34 endif