1config 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 select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL 9 help 10 A set of tools for auditing wireless networks 11 12 For complete functionality, also select ethtool, iw, 13 util-linux (utilities and rfkill), and wireless_tools. 14 15 http://www.aircrack-ng.org/ 16 17comment "aircrack-ng needs a toolchain w/ dynamic library, threads, C++" 18 depends on BR2_USE_MMU 19 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \ 20 || !BR2_INSTALL_LIBSTDCPP 21