kernel: Include lan78xx kernel module for use with rpi3b+

Signed-off-by: schrotthaufen <schrotthaufen@invalid.invalid>
This commit is contained in:
schrotthaufen 2019-05-16 20:17:27 +02:00
parent bdf1d0558f
commit 0120b7dc74
4 changed files with 13 additions and 6 deletions

View File

@ -70,4 +70,11 @@ LinuxKit YAML file:
command: ["modprobe", "smsc95xx"] command: ["modprobe", "smsc95xx"]
``` ```
For Raspberry Pi 3b+ use:
```
- name: netdev
image: linuxkit/modprobe:<hash>
command: ["modprobe", "lan78xx"]
```
**TODO:** Figure out why mdev is not loading the driver. **TODO:** Figure out why mdev is not loading the driver.

View File

@ -2084,7 +2084,7 @@ CONFIG_FIXED_PHY=m
# CONFIG_MARVELL_PHY is not set # CONFIG_MARVELL_PHY is not set
# CONFIG_MARVELL_10G_PHY is not set # CONFIG_MARVELL_10G_PHY is not set
# CONFIG_MICREL_PHY is not set # CONFIG_MICREL_PHY is not set
# CONFIG_MICROCHIP_PHY is not set CONFIG_MICROCHIP_PHY=m
# CONFIG_MICROCHIP_T1_PHY is not set # CONFIG_MICROCHIP_T1_PHY is not set
# CONFIG_MICROSEMI_PHY is not set # CONFIG_MICROSEMI_PHY is not set
# CONFIG_NATIONAL_PHY is not set # CONFIG_NATIONAL_PHY is not set
@ -2116,7 +2116,7 @@ CONFIG_USB_NET_DRIVERS=y
# CONFIG_USB_PEGASUS is not set # CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set # CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set # CONFIG_USB_RTL8152 is not set
# CONFIG_USB_LAN78XX is not set CONFIG_USB_LAN78XX=m
CONFIG_USB_USBNET=y CONFIG_USB_USBNET=y
# CONFIG_USB_NET_AX8817X is not set # CONFIG_USB_NET_AX8817X is not set
# CONFIG_USB_NET_AX88179_178A is not set # CONFIG_USB_NET_AX88179_178A is not set

View File

@ -2104,7 +2104,7 @@ CONFIG_FIXED_PHY=m
# CONFIG_MARVELL_PHY is not set # CONFIG_MARVELL_PHY is not set
# CONFIG_MARVELL_10G_PHY is not set # CONFIG_MARVELL_10G_PHY is not set
# CONFIG_MICREL_PHY is not set # CONFIG_MICREL_PHY is not set
# CONFIG_MICROCHIP_PHY is not set CONFIG_MICROCHIP_PHY=m
# CONFIG_MICROCHIP_T1_PHY is not set # CONFIG_MICROCHIP_T1_PHY is not set
# CONFIG_MICROSEMI_PHY is not set # CONFIG_MICROSEMI_PHY is not set
# CONFIG_NATIONAL_PHY is not set # CONFIG_NATIONAL_PHY is not set
@ -2136,7 +2136,7 @@ CONFIG_USB_NET_DRIVERS=y
# CONFIG_USB_PEGASUS is not set # CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set # CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set # CONFIG_USB_RTL8152 is not set
# CONFIG_USB_LAN78XX is not set CONFIG_USB_LAN78XX=m
CONFIG_USB_USBNET=y CONFIG_USB_USBNET=y
# CONFIG_USB_NET_AX8817X is not set # CONFIG_USB_NET_AX8817X is not set
# CONFIG_USB_NET_AX88179_178A is not set # CONFIG_USB_NET_AX88179_178A is not set

View File

@ -2114,7 +2114,7 @@ CONFIG_FIXED_PHY=m
# CONFIG_MARVELL_PHY is not set # CONFIG_MARVELL_PHY is not set
# CONFIG_MARVELL_10G_PHY is not set # CONFIG_MARVELL_10G_PHY is not set
# CONFIG_MICREL_PHY is not set # CONFIG_MICREL_PHY is not set
# CONFIG_MICROCHIP_PHY is not set CONFIG_MICROCHIP_PHY=m
# CONFIG_MICROCHIP_T1_PHY is not set # CONFIG_MICROCHIP_T1_PHY is not set
# CONFIG_MICROSEMI_PHY is not set # CONFIG_MICROSEMI_PHY is not set
# CONFIG_NATIONAL_PHY is not set # CONFIG_NATIONAL_PHY is not set
@ -2146,7 +2146,7 @@ CONFIG_USB_NET_DRIVERS=y
# CONFIG_USB_PEGASUS is not set # CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set # CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set # CONFIG_USB_RTL8152 is not set
# CONFIG_USB_LAN78XX is not set CONFIG_USB_LAN78XX=m
CONFIG_USB_USBNET=y CONFIG_USB_USBNET=y
# CONFIG_USB_NET_AX8817X is not set # CONFIG_USB_NET_AX8817X is not set
# CONFIG_USB_NET_AX88179_178A is not set # CONFIG_USB_NET_AX88179_178A is not set