2013-02-18 09:49:45 +01:00
|
|
|
config BR2_PACKAGE_AIRCRACK_NG
|
|
|
|
bool "aircrack-ng"
|
|
|
|
depends on BR2_LARGEFILE
|
2013-03-09 09:21:26 +01:00
|
|
|
depends on BR2_USE_MMU # uses fork()
|
2013-02-18 09:49:45 +01:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
select BR2_PACKAGE_IW # runtime
|
2013-04-04 15:09:19 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-02-18 09:49:45 +01:00
|
|
|
help
|
|
|
|
A set of tools for auditing wireless networks
|
|
|
|
|
|
|
|
http://www.aircrack-ng.org/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "aircrack-ng needs a toolchain w/ largefile, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-04-04 15:09:19 +02:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|