diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-14 14:28:31 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-14 14:28:31 +0200 |
commit | 1cd769a154b04f4b058beed482a5dd7192437cdc (patch) | |
tree | 958906952cb35591296b9d1b583cdabc30c0b026 | |
parent | da3a956dda5281c34c9102c90591db223190c2e0 (diff) | |
download | busybox-w32-1cd769a154b04f4b058beed482a5dd7192437cdc.tar.gz busybox-w32-1cd769a154b04f4b058beed482a5dd7192437cdc.tar.bz2 busybox-w32-1cd769a154b04f4b058beed482a5dd7192437cdc.zip |
rfkill: do not enable by default, it requires new-ish Linux headers
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | miscutils/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index be2b37666..012132e7b 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src | |||
@@ -549,7 +549,7 @@ config READAHEAD | |||
549 | 549 | ||
550 | config RFKILL | 550 | config RFKILL |
551 | bool "rfkill" | 551 | bool "rfkill" |
552 | default y | 552 | default n |
553 | help | 553 | help |
554 | Enable/disable wireless devices. | 554 | Enable/disable wireless devices. |
555 | 555 | ||