diff options
Diffstat (limited to 'abs/core/filesystem/modprobe.d.usb-load-ehci-first')
-rw-r--r-- | abs/core/filesystem/modprobe.d.usb-load-ehci-first | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/filesystem/modprobe.d.usb-load-ehci-first b/abs/core/filesystem/modprobe.d.usb-load-ehci-first index 3b5db0e..9473794 100644 --- a/abs/core/filesystem/modprobe.d.usb-load-ehci-first +++ b/abs/core/filesystem/modprobe.d.usb-load-ehci-first @@ -1,2 +1,2 @@ -install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install ohci_hcd $CMDLINE_OPTS -install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install uhci_hcd $CMDLINE_OPTS +softdep ohci_hcd pre: ehci_hcd +softdep uhci_hcd pre: ehci_hcd |