[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-77-g8064a40
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2014-01-28 07:55:58
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 8064a40a56ba52e7aa82550b5a5926a638ee73dc (commit)
via c3f91fbe9a504a50be2d3ce4b07d0fffe321321c (commit)
from d766221b51a1769038ec8eb8dee026550c263f9f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8064a40a56ba52e7aa82550b5a5926a638ee73dc
Author: Sébastien Szymanski <ss...@us...>
Date: Tue Jan 28 08:55:55 2014 +0100
[BUILDROOT] apf6q: add bluez to default config file.
commit c3f91fbe9a504a50be2d3ce4b07d0fffe321321c
Author: Sébastien Szymanski <ss...@us...>
Date: Tue Jan 28 08:51:54 2014 +0100
[LINUX] 3.13: apf6q: add bluetooth drivers to default linux config file
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf6q_defconfig | 1 +
.../device/armadeus/apf6q/apf6q-linux-3.13.config | 9 +++++++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/buildroot/configs/apf6q_defconfig b/buildroot/configs/apf6q_defconfig
index f604be2..1556959 100644
--- a/buildroot/configs/apf6q_defconfig
+++ b/buildroot/configs/apf6q_defconfig
@@ -25,6 +25,7 @@ BR2_PACKAGE_E2FSPROGS=y
BR2_PACKAGE_LINUX_FIRMWARE=y
BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X=y
BR2_PACKAGE_TSLIB=y
+BR2_PACKAGE_BLUEZ_UTILS=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_IW=y
BR2_PACKAGE_WPA_SUPPLICANT=y
diff --git a/buildroot/target/device/armadeus/apf6q/apf6q-linux-3.13.config b/buildroot/target/device/armadeus/apf6q/apf6q-linux-3.13.config
index 1e8d6ae..0f82522 100644
--- a/buildroot/target/device/armadeus/apf6q/apf6q-linux-3.13.config
+++ b/buildroot/target/device/armadeus/apf6q/apf6q-linux-3.13.config
@@ -62,6 +62,15 @@ CONFIG_IP_PNP_DHCP=y
# CONFIG_INET_LRO is not set
CONFIG_IPV6=y
CONFIG_NETFILTER=y
+CONFIG_BT=m
+CONFIG_BT_RFCOMM=m
+CONFIG_BT_RFCOMM_TTY=y
+CONFIG_BT_BNEP=m
+CONFIG_BT_HIDP=m
+CONFIG_BT_HCIBTSDIO=m
+CONFIG_BT_HCIUART=m
+CONFIG_BT_HCIUART_H4=y
+CONFIG_BT_HCIUART_BCSP=y
CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_RFKILL=y
hooks/post-receive
--
armadeus
|