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()
|
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-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/
|
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "aircrack-ng needs a toolchain w/ threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-03-30 23:07:30 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|