summaryrefslogtreecommitdiff
path: root/package/busybox
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
parent907facdee704c971201748963daec423a0be6c76 (diff)
add support for wlan and bluetooth on cubox, only wlan verified and working
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Config.in.manual5
-rw-r--r--package/busybox/config/miscutils/Config.in3
-rw-r--r--package/busybox/config/networking/Config.in4
3 files changed, 11 insertions, 1 deletions
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual
index e675ca47a..fce7e9a2e 100644
--- a/package/busybox/Config.in.manual
+++ b/package/busybox/Config.in.manual
@@ -191,3 +191,8 @@ config BUSYBOX_DISABLE_FIND
depends on ADK_PACKAGE_FINDUTILS
default n
+config BUSYBOX_DISABLE_RFKILL
+ boolean
+ default y if ADK_PACKAGE_RFKILL
+ depends on ADK_PACKAGE_RFKILL
+ default n
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.
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index fa5a7cd47..21628221f 100644
--- a/package/busybox/config/networking/Config.in
+++ b/package/busybox/config/networking/Config.in
@@ -35,11 +35,13 @@ config BUSYBOX_FEATURE_NAMEIF_EXTENDED
new_interface_name phy_address=2 00:80:C8:38:91:B5
new_interface_name mac=00:80:C8:38:91:B5
new_interface_name 00:80:C8:38:91:B5
+
config BUSYBOX_NBDCLIENT
bool "nbd-client"
default n
help
Network block device client
+
config BUSYBOX_NC
bool "nc"
default y
@@ -72,6 +74,7 @@ config BUSYBOX_NC_110_COMPAT
The code is about 2.5k bigger. It enables
-s ADDR, -n, -u, -v, -o FILE, -z options, but loses
busybox-specific extensions: -f FILE and -ll.
+
config BUSYBOX_PING
bool "ping"
default y
@@ -94,6 +97,7 @@ config BUSYBOX_FEATURE_FANCY_PING
help
Make the output from the ping applet include statistics, and at the
same time provide full support for ICMP packets.
+
config BUSYBOX_WHOIS
bool "whois"
default y