xref: /OK3568_Linux_fs/buildroot/package/iw/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_IW
2	bool "iw"
3	depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
4	select BR2_PACKAGE_LIBNL
5	help
6	  Utility for wireless devices using the mac80211 kernel stack
7
8	  https://wireless.wiki.kernel.org/en/users/documentation/iw
9
10comment "iw needs a toolchain w/ threads"
11	depends on !BR2_TOOLCHAIN_HAS_THREADS
12