diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 11 |
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 | |||
545 | As readahead(2) blocks until each file has been read, it is best to | 545 | As readahead(2) blocks until each file has been read, it is best to |
546 | run this applet as a background job. | 546 | run this applet as a background job. |
547 | 547 | ||
548 | config RFKILL | ||
549 | bool "rfkill" | ||
550 | default n | ||
551 | help | ||
552 | Enable/disable wireless devices. | ||
553 | |||
554 | rfkill list : list all wireless devices | ||
555 | rfkill list bluetooth : list all bluetooth devices | ||
556 | rfkill list 1 : list device corresponding to the given index | ||
557 | rfkill block|unblock wlan : block/unblock all wlan(wifi) devices | ||
558 | |||
548 | config RUNLEVEL | 559 | config RUNLEVEL |
549 | bool "runlevel" | 560 | bool "runlevel" |
550 | default n | 561 | default n |