summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Campbell <ijc@hellion.org.uk>2013-09-01 15:22:23 +0100
committermaximilian attems <maks@debian.org>2013-09-11 18:35:03 +0200
commit90f4cdb722e0b64d87f7a4956b846405a4e27844 (patch)
tree5b50874b68d6bd39c2d4cff4f0735c69f36021e6
parenta6303eda3dbb9beb1565555c8115af06d572dd87 (diff)
include ehci-orion in auto_add_modules_list
This became a separate driver in v3.10 (a76dd463c58e), it is used on the Orion and Kirkwood flavours. Closes: #721519 Reviewed-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--hook-functions2
-rw-r--r--scripts/functions1
2 files changed, 2 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index e751021..67d1503 100644
--- a/hook-functions
+++ b/hook-functions
@@ -432,7 +432,7 @@ auto_add_modules()
for arg in "$@" ; do
case "$arg" in
base)
- modules="$modules ehci-pci ehci-hcd ohci-hcd uhci-hcd usbhid"
+ modules="$modules ehci-pci ehci-orion ehci-hcd ohci-hcd uhci-hcd usbhid"
modules="$modules xhci xhci-hcd"
modules="$modules btrfs ext2 ext3 ext4 ext4dev "
modules="$modules isofs jfs reiserfs udf xfs"
diff --git a/scripts/functions b/scripts/functions
index e150d06..684031a 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -47,6 +47,7 @@ panic()
modprobe -v i8042 || true
modprobe -v atkbd || true
modprobe -v ehci-pci || true
+ modprobe -v ehci-orion || true
modprobe -v ehci-hcd || true
modprobe -v uhci-hcd || true
modprobe -v ohci-hcd || true