xref: /OK3568_Linux_fs/buildroot/package/pixiewps/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PIXIEWPS
2	bool "pixiewps"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	help
5	  Pixie WPS is a C based tool to audit networks against the so
6	  called "Pixie Dust" attack.
7
8	  https://github.com/wiire-a/pixiewps/wiki
9
10comment "pixiewps needs a toolchain w/ threads"
11	depends on !BR2_TOOLCHAIN_HAS_THREADS
12