summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-09-14 11:48:50 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2018-09-17 16:35:01 -0300
commit29e68a871824987926dab6b643aeda4d7945d500 (patch)
treea482ceb846b0ea78cee8adc1e4e08dbb9e64ef6b
parentf221c1d943ebfcb44ad6c71afbfbe035b179cc79 (diff)
downloadmeta-freescale-29e68a871824987926dab6b643aeda4d7945d500.tar.gz
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 <schnitzeltony@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc/defconfig1
1 files changed, 1 insertions, 0 deletions
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
84CONFIG_BT_HCIUART=y 84CONFIG_BT_HCIUART=y
85CONFIG_BT_HCIUART_H4=y 85CONFIG_BT_HCIUART_H4=y
86CONFIG_BT_HCIUART_LL=y 86CONFIG_BT_HCIUART_LL=y
87CONFIG_BT_BNEP=m
87CONFIG_CFG80211=y 88CONFIG_CFG80211=y
88CONFIG_CFG80211_WEXT=y 89CONFIG_CFG80211_WEXT=y
89CONFIG_MAC80211=y 90CONFIG_MAC80211=y