Skip to content

Commit 3cfc842

Browse files
authored
USB Ethernet patch and kernel image
1 parent 50915d3 commit 3cfc842

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

uImage

3.58 MB
Binary file not shown.

usb_ethernet.patch

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
diff --git a/arch/arm/configs/clockworkpi_cpi3_defconfig b/arch/arm/configs/clockworkpi_cpi3_defconfig
2+
index 84774c4b..71d0392a 100644
3+
--- a/arch/arm/configs/clockworkpi_cpi3_defconfig
4+
+++ b/arch/arm/configs/clockworkpi_cpi3_defconfig
5+
@@ -848,6 +848,7 @@ CONFIG_BLK_DEV=y
6+
# CONFIG_ATA_OVER_ETH is not set
7+
# CONFIG_BLK_DEV_RBD is not set
8+
# CONFIG_NVME_FC is not set
9+
+# CONFIG_NVME_TARGET is not set
10+
11+
#
12+
# Misc devices
13+
@@ -2173,7 +2174,29 @@ CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
14+
# CONFIG_USB_NET2272 is not set
15+
# CONFIG_USB_GADGET_XILINX is not set
16+
# CONFIG_USB_DUMMY_HCD is not set
17+
+CONFIG_USB_LIBCOMPOSITE=y
18+
+CONFIG_USB_U_ETHER=y
19+
+CONFIG_USB_F_ECM=y
20+
+CONFIG_USB_F_SUBSET=y
21+
+CONFIG_USB_F_RNDIS=y
22+
# CONFIG_USB_CONFIGFS is not set
23+
+# CONFIG_USB_ZERO is not set
24+
+# CONFIG_USB_AUDIO is not set
25+
+CONFIG_USB_ETH=y
26+
+CONFIG_USB_ETH_RNDIS=y
27+
+# CONFIG_USB_ETH_EEM is not set
28+
+# CONFIG_USB_G_NCM is not set
29+
+# CONFIG_USB_GADGETFS is not set
30+
+# CONFIG_USB_FUNCTIONFS is not set
31+
+# CONFIG_USB_MASS_STORAGE is not set
32+
+# CONFIG_USB_G_SERIAL is not set
33+
+# CONFIG_USB_MIDI_GADGET is not set
34+
+# CONFIG_USB_G_PRINTER is not set
35+
+# CONFIG_USB_CDC_COMPOSITE is not set
36+
+# CONFIG_USB_G_ACM_MS is not set
37+
+# CONFIG_USB_G_MULTI is not set
38+
+# CONFIG_USB_G_HID is not set
39+
+# CONFIG_USB_G_DBGP is not set
40+
41+
#
42+
# USB Power Delivery and Type-C drivers
43+
@@ -2908,6 +2931,7 @@ CONFIG_FS_MBCACHE=y
44+
# CONFIG_JFS_FS is not set
45+
# CONFIG_XFS_FS is not set
46+
# CONFIG_GFS2_FS is not set
47+
+# CONFIG_OCFS2_FS is not set
48+
# CONFIG_BTRFS_FS is not set
49+
# CONFIG_NILFS2_FS is not set
50+
# CONFIG_F2FS_FS is not set
51+
@@ -2962,7 +2986,7 @@ CONFIG_TMPFS=y
52+
# CONFIG_TMPFS_POSIX_ACL is not set
53+
# CONFIG_TMPFS_XATTR is not set
54+
# CONFIG_HUGETLB_PAGE is not set
55+
-# CONFIG_CONFIGFS_FS is not set
56+
+CONFIG_CONFIGFS_FS=y
57+
# CONFIG_MISC_FILESYSTEMS is not set
58+
CONFIG_NETWORK_FILESYSTEMS=y
59+
CONFIG_NFS_FS=y
60+
@@ -3040,6 +3064,7 @@ CONFIG_NLS_ISO8859_1=y
61+
# CONFIG_NLS_MAC_ROMANIAN is not set
62+
# CONFIG_NLS_MAC_TURKISH is not set
63+
# CONFIG_NLS_UTF8 is not set
64+
+# CONFIG_DLM is not set
65+
66+
#
67+
# Kernel hacking

0 commit comments

Comments
 (0)