From 1b56ae2e1ed876d46db27f0d429e706630bd50fb Mon Sep 17 00:00:00 2001 From: Ycarus Date: Fri, 18 May 2018 18:32:43 +0200 Subject: [PATCH] Add lan support to RPI 2 and 1 --- root/target/linux/brcm2708/bcm2708/config-4.14 | 1 + root/target/linux/brcm2708/bcm2709/config-4.14 | 1 + 2 files changed, 2 insertions(+) diff --git a/root/target/linux/brcm2708/bcm2708/config-4.14 b/root/target/linux/brcm2708/bcm2708/config-4.14 index c28b3373..f0f98d48 100644 --- a/root/target/linux/brcm2708/bcm2708/config-4.14 +++ b/root/target/linux/brcm2708/bcm2708/config-4.14 @@ -405,6 +405,7 @@ CONFIG_USB=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_COMMON=y CONFIG_USB_DWCOTG=y +CONFIG_USB_LAN78XX=y # CONFIG_USB_EHCI_HCD is not set CONFIG_USB_NET_DRIVERS=y CONFIG_USB_NET_SMSC95XX=y diff --git a/root/target/linux/brcm2708/bcm2709/config-4.14 b/root/target/linux/brcm2708/bcm2709/config-4.14 index 776b32fb..442fdb33 100644 --- a/root/target/linux/brcm2708/bcm2709/config-4.14 +++ b/root/target/linux/brcm2708/bcm2709/config-4.14 @@ -443,6 +443,7 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_COMMON=y CONFIG_USB_DWCOTG=y # CONFIG_USB_EHCI_HCD is not set +CONFIG_USB_LAN78XX=y CONFIG_USB_NET_DRIVERS=y CONFIG_USB_NET_SMSC95XX=y CONFIG_USB_STORAGE=y