summaryrefslogtreecommitdiff
path: root/package/busybox/config/miscutils/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-26 15:41:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-26 15:41:17 +0200
commit8711c3221628bf17ecbdb66c1d929cd0b371e36e (patch)
tree12818f8918a7dfc6358aa95ba6ff0e950d5cb805 /package/busybox/config/miscutils/Config.in
parent907facdee704c971201748963daec423a0be6c76 (diff)
add support for wlan and bluetooth on cubox, only wlan verified and working
Diffstat (limited to 'package/busybox/config/miscutils/Config.in')
-rw-r--r--package/busybox/config/miscutils/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in
index f13267eac..75872c4db 100644
--- a/package/busybox/config/miscutils/Config.in
+++ b/package/busybox/config/miscutils/Config.in
@@ -652,7 +652,8 @@ config BUSYBOX_READAHEAD
config BUSYBOX_RFKILL
bool "rfkill"
- default y # doesn't build on Ubuntu 9.04
+ depends on !BUSYBOX_DISABLE_RFKILL
+ default n
select BUSYBOX_PLATFORM_LINUX
help
Enable/disable wireless devices.