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
|
|
|
|
|
|
|
|
http://wireless.kernel.org/en/users/Documentation/iw
|
2012-07-26 19:46:42 +02:00
|
|
|
|
|
|
|
comment "iw requires a toolchain with thread support"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|