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"]
```
For Raspberry Pi 3b+ use:
```
- name: netdev
image: linuxkit/modprobe:<hash>
command: ["modprobe", "lan78xx"]
```
**TODO:** Figure out why mdev is not loading the driver.