mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 14:03:00 +02:00
installer: add network phy kernel modules to rd
network for download the sources has not worked with some nic's like realtek 8169 because the phy driver was missing. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -26,7 +26,7 @@ install() {
|
||||
instmods efivarfs
|
||||
|
||||
# Network drivers
|
||||
instmods =drivers/net/ethernet =drivers/net/usb
|
||||
instmods =drivers/net/ethernet =drivers/net/phy =drivers/net/usb
|
||||
instmods virtio_net hv_netvsc vmxnet3
|
||||
|
||||
# Filesystem support
|
||||
|
||||
Reference in New Issue
Block a user