summaryrefslogtreecommitdiff
path: root/package
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
parent907facdee704c971201748963daec423a0be6c76 (diff)
add support for wlan and bluetooth on cubox, only wlan verified and working
Diffstat (limited to 'package')
-rw-r--r--package/bluez/Makefile4
-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
4 files changed, 13 insertions, 3 deletions
diff --git a/package/bluez/Makefile b/package/bluez/Makefile
index ec9024d81..d107d91e5 100644
--- a/package/bluez/Makefile
+++ b/package/bluez/Makefile
@@ -6,9 +6,9 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= bluez
PKG_VERSION:= 5.12
PKG_RELEASE:= 1
-PKG_MD5SUM:= 981b34c2ae7e2ed2e25a167d8a902a25
+PKG_MD5SUM:= 5d37e581107b3d6f91b81194a5006407
PKG_DESCR:= bluetooth applications
-PKG_SECTION:= misc
+PKG_SECTION:= wifi
PKG_DEPENDS:= kmod-bt glib dbus libreadline
PKG_BUILDDEP:= autotool glib dbus readline
PKG_URL:= http://www.bluez.org/
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