Config.in 642 B

12345678910111213141516171819
  1. config BR2_PACKAGE_AIRCRACK_NG
  2. bool "aircrack-ng"
  3. depends on BR2_USE_MMU # uses fork()
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. depends on !BR2_STATIC_LIBS # dlfcn.h
  7. select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT
  8. help
  9. A set of tools for auditing wireless networks
  10. For complete functionality, also select ethtool, iw,
  11. util-linux (utilities and rfkill), and wireless_tools.
  12. http://www.aircrack-ng.org/
  13. comment "aircrack-ng needs a toolchain w/ dynamic library, threads, C++"
  14. depends on BR2_USE_MMU
  15. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
  16. || !BR2_INSTALL_LIBSTDCPP