Browse Source

kernel-modules: move usb-storage out of fixed drivers

master
Harald Hoyer 12 years ago
parent
commit
8fdcc1a9b1
  1. 4
      modules.d/90kernel-modules/module-setup.sh

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

@ -36,13 +36,13 @@ installkernel() { @@ -36,13 +36,13 @@ installkernel() {
}

hostonly='' instmods sr_mod sd_mod scsi_dh ata_piix \
pcmcia usb_storage \
ehci-hcd ehci-pci ehci-platform ohci-hcd uhci-hcd xhci-hcd hid_generic \
unix

instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
hid-logitech-dj hid-microsoft firewire-ohci
hid-logitech-dj hid-microsoft firewire-ohci \
pcmcia usb_storage

if [[ "$(uname -p)" == arm* ]]; then
# arm specific modules

Loading…
Cancel
Save