From: Andreas Müller Date: Fri, 14 Sep 2018 09:48:50 +0000 (+0200) Subject: linux-fslc/defconfig: CONFIG_BT_BNEP=m X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=29e68a871824987926dab6b643aeda4d7945d500;p=meta-freescale.git linux-fslc/defconfig: CONFIG_BT_BNEP=m 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 --- 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