mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
26 lines
800 B
Diff
26 lines
800 B
Diff
From c36ec7a3fd46071495feb80573acb2c505041db2 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Thu, 8 Feb 2018 15:08:57 +0000
|
|
Subject: [PATCH 272/277] config: Set CONFIG_USB_LAN78XX=y
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|
---
|
|
arch/arm/configs/bcm2709_defconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/configs/bcm2709_defconfig b/arch/arm/configs/bcm2709_defconfig
|
|
index cbc3a785848f..ec3d11b6ef24 100644
|
|
--- a/arch/arm/configs/bcm2709_defconfig
|
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
|
@@ -461,7 +461,7 @@ CONFIG_USB_KAWETH=m
|
|
CONFIG_USB_PEGASUS=m
|
|
CONFIG_USB_RTL8150=m
|
|
CONFIG_USB_RTL8152=m
|
|
-CONFIG_USB_LAN78XX=m
|
|
+CONFIG_USB_LAN78XX=y
|
|
CONFIG_USB_USBNET=y
|
|
CONFIG_USB_NET_AX8817X=m
|
|
CONFIG_USB_NET_AX88179_178A=m
|
|
--
|
|
2.16.1
|
|
|