|
@@ -1,7 +1,11 @@
|
|
config BR2_PACKAGE_PIXIEWPS
|
|
config BR2_PACKAGE_PIXIEWPS
|
|
bool "pixiewps"
|
|
bool "pixiewps"
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
help
|
|
Pixie WPS is a C based tool to audit networks against the so
|
|
Pixie WPS is a C based tool to audit networks against the so
|
|
called "Pixie Dust" attack.
|
|
called "Pixie Dust" attack.
|
|
|
|
|
|
https://github.com/wiire-a/pixiewps/wiki
|
|
https://github.com/wiire-a/pixiewps/wiki
|
|
|
|
+
|
|
|
|
+comment "pixiewps needs a toolchain w/ threads"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|