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
|
2018-08-02 20:32:02 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
2018-05-29 23:56:47 +02:00
|
|
|
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT
|
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/
|
|
|
|
|
2018-08-02 20:32:02 +02:00
|
|
|
comment "aircrack-ng needs a toolchain w/ dynamic library, threads, C++"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2018-08-02 20:32:02 +02:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
|
|
|| !BR2_INSTALL_LIBSTDCPP
|