summaryrefslogtreecommitdiffstats
path: root/package/aircrack-ng/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* aircrack-ng: needs toolchain with threads supportgilles.talis@gmail.com2013-04-111-2/+3
| | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/418c9385a9a5a5087a6790001560056d32cd9708 [Peter: drop iw comment] Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* aircrack-ng: disable on non-MMU systemsThomas Petazzoni2013-03-091-0/+1
| | | | | | | | | | | | 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>
* aircrack-ng: new packageLaurent Cans2013-03-041-0/+13
Aircrack-ng is a set of tools for auditing wireless security. [Peter: mention that iw is a runtime dependency, use MAKE1] Signed-off-by: Laurent Cans <laurent.cans@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>