2013-02-18 09:49:45 +01:00
|
|
|
config BR2_PACKAGE_AIRCRACK_NG
|
|
|
|
bool "aircrack-ng"
|
2013-03-09 09:21:26 +01:00
|
|
|
depends on BR2_USE_MMU # uses fork()
|
2017-04-22 19:17:48 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2017-04-30 20:33:18 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2014-11-11 22:17:11 +01:00
|
|
|
# libnl has issues when linking statically
|
|
|
|
# they need fixing in libnl itself
|
2014-12-03 22:41:29 +01:00
|
|
|
select BR2_PACKAGE_LIBNL if !BR2_STATIC_LIBS
|
2013-02-18 09:49:45 +01:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
2014-11-11 22:17:11 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2013-02-18 09:49:45 +01:00
|
|
|
help
|
|
|
|
A set of tools for auditing wireless networks
|
|
|
|
|
2017-10-22 00:30:18 +02:00
|
|
|
For complete functionality, also select ethtool, iw,
|
|
|
|
util-linux (utilities and rfkill), and wireless_tools.
|
2016-05-18 21:28:43 +02:00
|
|
|
|
2013-02-18 09:49:45 +01:00
|
|
|
http://www.aircrack-ng.org/
|
|
|
|
|
2017-04-30 20:33:18 +02:00
|
|
|
comment "aircrack-ng needs a toolchain w/ threads, C++"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2017-04-30 20:33:18 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|