You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
621 B

  1. if PACKAGE_aircrack-ng
  2. comment "SSL support"
  3. choice
  4. prompt "Select SSL library"
  5. default AIRCRACK_NG_OPENSSL
  6. config AIRCRACK_NG_OPENSSL
  7. bool "openssl"
  8. config AIRCRACK_NG_GCRYPT
  9. bool "gcrypt"
  10. endchoice
  11. config AIRCRACK_NG_OPTIMIZE_SPEED
  12. bool "Optimize for speed"
  13. default n
  14. help
  15. This enables additional optimization and
  16. increases performance considerably at the
  17. expense of binary size.
  18. comment "Miscellaneous"
  19. config AIRCRACK_NG_HWLOC
  20. bool "Hwloc support"
  21. default n
  22. config AIRCRACK_NG_SQLITE3
  23. bool "Sqlite3 support"
  24. default n
  25. endif