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 0469b63..7a69dd1 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 |