aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-01-19 15:38:03 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2017-01-19 14:11:39 +0000
commita67b8e2121d238857674e313722c0a7b29a3e98c (patch)
tree8eb0a5f4434f09740dec804b7d1e96efb6311ddb
parent689d7e5140cd1e88d57c17cb6301afa5570ad8cb (diff)
beaglebone: disable network interfaces from functionfs
These interfere with ADB connection on Windows. Task-number: QTBUG-58235 Change-Id: I9414e988eda2562093b1d814dcd23f8bc3807e3b Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
-rw-r--r--meta-ti-extras/recipes/linux/linux-ti-staging/beaglebone/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-extras/recipes/linux/linux-ti-staging/beaglebone/defconfig b/meta-ti-extras/recipes/linux/linux-ti-staging/beaglebone/defconfig
index 5d300012..520500d2 100644
--- a/meta-ti-extras/recipes/linux/linux-ti-staging/beaglebone/defconfig
+++ b/meta-ti-extras/recipes/linux/linux-ti-staging/beaglebone/defconfig
@@ -4549,8 +4549,8 @@ CONFIG_USB_ETH_RNDIS=y
CONFIG_USB_G_NCM=m
CONFIG_USB_GADGETFS=m
CONFIG_USB_FUNCTIONFS=m
-CONFIG_USB_FUNCTIONFS_ETH=y
-CONFIG_USB_FUNCTIONFS_RNDIS=y
+CONFIG_USB_FUNCTIONFS_ETH=n
+CONFIG_USB_FUNCTIONFS_RNDIS=n
CONFIG_USB_FUNCTIONFS_GENERIC=y
CONFIG_USB_MASS_STORAGE=m
# CONFIG_USB_GADGET_TARGET is not set