2009-08-02 22:25:04 +02:00
|
|
|
config BR2_PACKAGE_IW
|
|
|
|
bool "iw"
|
2012-07-26 19:46:42 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
2009-08-02 22:25:04 +02:00
|
|
|
select BR2_PACKAGE_LIBNL
|
|
|
|
help
|
|
|
|
Utility for wireless devices using the mac80211 kernel stack
|
|
|
|
|
2019-11-26 20:36:32 +01:00
|
|
|
https://wireless.wiki.kernel.org/en/users/documentation/iw
|
2012-07-26 19:46:42 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "iw needs a toolchain w/ threads"
|
2012-07-26 19:46:42 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|