Browse Source

kernel-modules: add firewire-ohci to hardcoded modules list

master
Harald Hoyer 15 years ago
parent
commit
5841610c7f
  1. 1
      modules.d/90kernel-modules/installkernel

1
modules.d/90kernel-modules/installkernel

@ -6,6 +6,7 @@ if [[ -z $drivers ]]; then
nm -uPA "$1" | egrep -q "$blockfuncs" nm -uPA "$1" | egrep -q "$blockfuncs"
} }
instmods pcmcia sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc instmods pcmcia sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc
instmods firewire-ohci
instmods "=drivers/pcmcia" =ide "=drivers/usb/storage" instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"
instmods $(filter_kernel_modules block_module_test) instmods $(filter_kernel_modules block_module_test)
# if not on hostonly mode, install all known filesystems if the required list is not set via the filesystems variable # if not on hostonly mode, install all known filesystems if the required list is not set via the filesystems variable

Loading…
Cancel
Save