1 config BR2_PACKAGE_AIRCRACK_NG
3 depends on BR2_USE_MMU # uses fork()
4 # libnl has issues when linking statically
5 # they need fixing in libnl itself
6 select BR2_PACKAGE_LIBNL if !BR2_STATIC_LIBS
7 select BR2_PACKAGE_OPENSSL
8 select BR2_PACKAGE_ZLIB
9 depends on BR2_TOOLCHAIN_HAS_THREADS
11 A set of tools for auditing wireless networks
13 For complete functionality, also select ethtool, iw, rfkill,
14 util-linux utilities, and wireless_tools.
16 http://www.aircrack-ng.org/
18 comment "aircrack-ng needs a toolchain w/ threads"
19 depends on BR2_USE_MMU
20 depends on !BR2_TOOLCHAIN_HAS_THREADS