diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-20 14:20:07 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-20 14:21:29 +0100 |
commit | 2635369a92db338321b2ba38e73539992967357c (patch) | |
tree | 74c31a681f0188e8d35396f4e64dec4bfe0943f4 /miscutils/Config.src | |
parent | 0545e3b69ab57af1c21d199611c56b7f7593c8c5 (diff) |
rfkill: use new-style config/kbuild/applet
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Config.src')
-rw-r--r-- | miscutils/Config.src | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index 117ec7739..1da9800bd 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src @@ -503,18 +503,6 @@ 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 # doesn't build on Ubuntu 9.04 - select PLATFORM_LINUX - 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 y |