Browse Source

90kernel-modules: Add PCI host controller modules

Currently there is no usb support on RPi4 in the
initrd phase as the pcie-brcmstb module is missing.
If part of the boot is handled from a USB stick
(e.g. with Ignition), the stick cannot be accessed.

Reference: boo#1162669
master
Daniel Molkentin 5 years ago committed by Harald Hoyer
parent
commit
f2d33a7f61
  1. 1
      modules.d/90kernel-modules/module-setup.sh

1
modules.d/90kernel-modules/module-setup.sh

@ -51,6 +51,7 @@ installkernel() { @@ -51,6 +51,7 @@ installkernel() {
"=drivers/input/keyboard" \
"=drivers/usb/storage" \
"=drivers/pci/host" \
"=drivers/pci/controller" \
${NULL}

instmods \

Loading…
Cancel
Save