aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorSouf Oued <souf_oued@yahoo.fr>2010-05-02 18:45:02 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-02 18:45:02 +0200
commit43afd75ea8de1c891c3c0a520cbb117e3f1ad49e (patch)
tree4e72a22fa71c0615f464f91e34bb0c5a10bf76ba /miscutils/Config.in
parentfde3fb3009765b273d4d717a7e4609ff7f9461ae (diff)
downloadbusybox-43afd75ea8de1c891c3c0a520cbb117e3f1ad49e.tar.gz
rfkill: new applet
function old new delta rfkill_main - 683 +683 packed_usage 26824 26966 +142 static.rfkill_types - 42 +42 applet_names 2216 2223 +7 applet_main 1300 1304 +4 applet_nameofs 650 652 +2 Signed-off-by: Souf Oued <souf_oued@yahoo.fr> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 0469b6399..7a69dd10f 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -545,6 +545,17 @@ config READAHEAD
As readahead(2) blocks until each file has been read, it is best to
run this applet as a background job.
+config RFKILL
+ bool "rfkill"
+ default n
+ 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 RUNLEVEL
bool "runlevel"
default n