diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2009-08-02 22:25:04 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-02 22:25:04 +0200 |
commit | 9a6d6cf52b59d5812e78610ecedd298eecdcf327 (patch) | |
tree | ecdd480ce9c25372ff63f67b51abfea7f9bc53de /package/iw/Config.in | |
parent | 56fcdc9b6e695170a6fedf5380c3dab7e2c4fb0a (diff) |
package/: new package iw
Closes #289
This package is a wireless configuration utility for the linux mac80211
kernel stack.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-By: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/iw/Config.in')
-rw-r--r-- | package/iw/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/iw/Config.in b/package/iw/Config.in new file mode 100644 index 000000000..81584e781 --- /dev/null +++ b/package/iw/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_IW + bool "iw" + select BR2_PACKAGE_LIBNL + help + Utility for wireless devices using the mac80211 kernel stack + + http://wireless.kernel.org/en/users/Documentation/iw |