summaryrefslogtreecommitdiffstats
path: root/rules/iw.in
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-01-25 12:15:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-01-25 12:32:45 +0100
commit139afcac830e7c26401a47faf8b2d20400eedcb0 (patch)
treeb0a8f2c2c3bf0d63e226794c9d8c455c35217e0d /rules/iw.in
parenta87ab422e2603dd6a620d97c5fc807c423e179b3 (diff)
downloadptxdist-139afcac830e7c26401a47faf8b2d20400eedcb0.tar.gz
ptxdist-139afcac830e7c26401a47faf8b2d20400eedcb0.tar.xz
iw: new package
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iw.in')
-rw-r--r--rules/iw.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/iw.in b/rules/iw.in
new file mode 100644
index 000000000..2e3dbfbb2
--- /dev/null
+++ b/rules/iw.in
@@ -0,0 +1,10 @@
+## SECTION=networking
+
+config IW
+ tristate
+ select LIBNL
+ prompt "iw (wireless tools replacement)"
+ help
+ iw is a new nl80211 based CLI configuration utility for wireless devices.
+ It supports almost all new drivers that have been added to the kernel
+ recently.