summaryrefslogtreecommitdiff
path: root/scripts/functions
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 /scripts/functions
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>
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions1
1 files changed, 1 insertions, 0 deletions
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