From 29e68a871824987926dab6b643aeda4d7945d500 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 14 Sep 2018 11:48:50 +0200 Subject: linux-fslc/defconfig: CONFIG_BT_BNEP=m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is necessary to support network over bluetooth: | Sep 11 15:36:33 imx6qdl-variscite-som bluetoothd[281]: kernel lacks bnep-protocol support | Sep 11 15:36:33 imx6qdl-variscite-som bluetoothd[281]: System does not support network plugin Same as [1] [1] https://github.com/Freescale/linux-fslc/pull/35 Signed-off-by: Andreas Müller Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig index 88a7cedc..58645f40 100644 --- a/recipes-kernel/linux/linux-fslc/defconfig +++ b/recipes-kernel/linux/linux-fslc/defconfig @@ -84,6 +84,7 @@ CONFIG_BT=y CONFIG_BT_HCIUART=y CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_LL=y +CONFIG_BT_BNEP=m CONFIG_CFG80211=y CONFIG_CFG80211_WEXT=y CONFIG_MAC80211=y -- cgit v1.2.3-54-g00ecf