mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-30 16:40:25 +00:00 
			
		
		
		
	Merge pull request #3350 from schrotthaufen/rpi3bp
kernel: Include lan78xx kernel module for use with rpi3b+
This commit is contained in:
		| @@ -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. | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user