aboutsummaryrefslogtreecommitdiff
path: root/net/aircrack-ng/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/aircrack-ng/Config.in')
-rw-r--r--net/aircrack-ng/Config.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/net/aircrack-ng/Config.in b/net/aircrack-ng/Config.in
new file mode 100644
index 000000000..59a2b5020
--- /dev/null
+++ b/net/aircrack-ng/Config.in
@@ -0,0 +1,34 @@
+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