[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-362-gf7e3927
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2017-12-21 16:50:38
|
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 f7e39274982c18a2360175b0a72d09a1801f1994 (commit)
from 64bc824660fdaa6ae16cda1f3cc23db91a1e56e1 (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 f7e39274982c18a2360175b0a72d09a1801f1994
Author: Julien BOIBESSOT <jul...@ar...>
Date: Thu Dec 21 17:50:22 2017 +0100
[LINUX] opos6ul: 4.8+: add RFCOMM & BNEP & HIDP to Bluetooth protocls (modules)
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.8.config | 6 ++++++
buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.9.config | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.8.config b/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.8.config
index 53b97ea..d1dc1d2 100644
--- a/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.8.config
+++ b/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.8.config
@@ -54,6 +54,12 @@ CONFIG_IEEE802154=m
CONFIG_CAN=y
CONFIG_CAN_FLEXCAN=y
CONFIG_BT=y
+CONFIG_BT_RFCOMM=m
+CONFIG_BT_RFCOMM_TTY=y
+CONFIG_BT_BNEP=m
+CONFIG_BT_BNEP_MC_FILTER=y
+CONFIG_BT_BNEP_PROTO_FILTER=y
+CONFIG_BT_HIDP=m
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_LL=y
diff --git a/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.9.config b/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.9.config
index 48c4d52..40d8084 100644
--- a/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.9.config
+++ b/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.9.config
@@ -53,6 +53,12 @@ CONFIG_IEEE802154=m
CONFIG_CAN=y
CONFIG_CAN_FLEXCAN=y
CONFIG_BT=y
+CONFIG_BT_RFCOMM=m
+CONFIG_BT_RFCOMM_TTY=y
+CONFIG_BT_BNEP=m
+CONFIG_BT_BNEP_MC_FILTER=y
+CONFIG_BT_BNEP_PROTO_FILTER=y
+CONFIG_BT_HIDP=m
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_LL=y
hooks/post-receive
--
armadeus
|