Commit ae37c541 authored by gilles.talis@gmail.com's avatar gilles.talis@gmail.com Committed by Peter Korsgaard
Browse files

aircrack-ng: needs toolchain with threads support

parent 0f1bce64
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4,11 +4,12 @@ config BR2_PACKAGE_AIRCRACK_NG
	depends on BR2_USE_MMU # uses fork()
	select BR2_PACKAGE_OPENSSL
	select BR2_PACKAGE_IW # runtime
	depends on BR2_TOOLCHAIN_HAS_THREADS
	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
comment "aircrack-ng needs a toolchain with largefile and threads support"
	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS