Add muge(4) to the arm64 GENERIC kernel
muge(4) is the USB ethernet adapter that is used in RPi 3B+. Shipping it in GENERIC kernel allows using NFS root out of the box instead of either building custom kernel or modifying loader.conf for early loading of if_muge.ko No objections: emaste
This commit is contained in:
parent
b13d638281
commit
e843abc9ba
@ -188,6 +188,7 @@ device ukbd # Keyboard
|
||||
device umass # Disks/Mass storage - Requires scbus and da
|
||||
|
||||
# USB ethernet support
|
||||
device muge
|
||||
device smcphy
|
||||
device smsc
|
||||
|
||||
|
@ -3298,6 +3298,7 @@ dev/usb/net/if_cue.c optional cue
|
||||
dev/usb/net/if_ipheth.c optional ipheth
|
||||
dev/usb/net/if_kue.c optional kue
|
||||
dev/usb/net/if_mos.c optional mos
|
||||
dev/usb/net/if_muge.c optional muge
|
||||
dev/usb/net/if_rue.c optional rue
|
||||
dev/usb/net/if_smsc.c optional smsc
|
||||
dev/usb/net/if_udav.c optional udav
|
||||
|
Loading…
Reference in New Issue
Block a user