summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-04 12:09:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-04 12:09:31 +0100
commit04b73c418608b5e3c9c21ae176999882e481d578 (patch)
tree54c3fe8bdd5a3cf20195c0075364870240bee11d /package/busybox
parent518c7f8ec5375d243c857c8ee16c2a96e9a01db3 (diff)
unblock wlan before starting networking
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/miscutils/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in
index e28539204..bb7fb2aa7 100644
--- a/package/busybox/config/miscutils/Config.in
+++ b/package/busybox/config/miscutils/Config.in
@@ -547,6 +547,17 @@ config BUSYBOX_READAHEAD
As readahead(2) blocks until each file has been read, it is best to
run this applet as a background job.
+config BUSYBOX_RFKILL
+ bool "rfkill"
+ default y # doesn't build on Ubuntu 9.04
+ help
+ Enable/disable wireless devices.
+
+ rfkill list : list all wireless devices
+ rfkill list bluetooth : list all bluetooth devices
+ rfkill list 1 : list device corresponding to the given index
+ rfkill block|unblock wlan : block/unblock all wlan(wifi) devices
+
config BUSYBOX_RUNLEVEL
bool "runlevel"
default n