From a67b8e2121d238857674e313722c0a7b29a3e98c Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 19 Jan 2017 15:38:03 +0200 Subject: beaglebone: disable network interfaces from functionfs These interfere with ADB connection on Windows. Task-number: QTBUG-58235 Change-Id: I9414e988eda2562093b1d814dcd23f8bc3807e3b Reviewed-by: Teemu Holappa --- meta-ti-extras/recipes/linux/linux-ti-staging/beaglebone/defconfig | 4 ++-- 1 file 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 5d30001..520500d 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 -- cgit v1.2.3-54-g00ecf