3bae624d5f
aircrack-ng uses fork() and therefore fails to build on non-MMU systems: aircrack-ng.o: In function `_clean_exit': aircrack-ng.c:(.text+0x555c): undefined reference to `_fork' collect2: ld returned 1 exit status Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
config BR2_PACKAGE_AIRCRACK_NG
|
|
bool "aircrack-ng"
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_USE_MMU # uses fork()
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_IW # runtime
|
|
help
|
|
A set of tools for auditing wireless networks
|
|
|
|
http://www.aircrack-ng.org/
|
|
|
|
comment "aircrack-ng needs a toolchain with largefile support"
|
|
depends on !BR2_LARGEFILE
|
|
|