Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit dcf3f95

Browse files
committed
Add support for ethernet over USB
1 parent 4c23005 commit dcf3f95

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.2+xebow
1+
1.10.2+xebow.2

linux-4.19.defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ CONFIG_BLK_DEV_LOOP=y
8989
CONFIG_BLK_DEV_RAM=y
9090
CONFIG_EEPROM_AT24=m
9191
CONFIG_NETDEVICES=y
92+
CONFIG_BONDING=y
9293
CONFIG_TUN=m
9394
# CONFIG_NET_VENDOR_AMAZON is not set
9495
# CONFIG_NET_VENDOR_ARC is not set
@@ -210,7 +211,10 @@ CONFIG_SND_SIMPLE_CARD=m
210211
# CONFIG_HID_GENERIC is not set
211212
CONFIG_USB_DWC2=m
212213
CONFIG_USB_GADGET=y
214+
CONFIG_USB_GADGET_VBUS_DRAW=500
213215
CONFIG_USB_CONFIGFS=y
216+
CONFIG_USB_CONFIGFS_ECM=y
217+
CONFIG_USB_CONFIGFS_RNDIS=y
214218
CONFIG_USB_CONFIGFS_F_HID=y
215219
CONFIG_MMC=y
216220
CONFIG_MMC_BLOCK_MINORS=32

0 commit comments

Comments
 (0)