35271e26a2
- new upstream version
25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
From 59aa65c9b26ad5cd8839a52a886723324227e5bc Mon Sep 17 00:00:00 2001
|
|
From: Dennis Gilmore <dennis@ausil.us>
|
|
Date: Thu, 17 May 2012 01:33:17 -0500
|
|
Subject: [PATCH] ARM: make sure that we get the storage modules into the
|
|
initramfs
|
|
|
|
---
|
|
modules.d/90kernel-modules/module-setup.sh | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
index b91785e..f4832c4 100755
|
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
@@ -35,6 +35,9 @@ installkernel() {
|
|
hostonly='' instmods pcmcia firewire-ohci
|
|
hostonly='' instmods usb_storage sdhci sdhci-pci
|
|
|
|
+ # arm specific modules
|
|
+ hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap sdhci_dove ahci_platform pata_imx sata_mv
|
|
+
|
|
# install keyboard support
|
|
hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd
|
|
# install unix socket support
|