24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
|
From b6fd45163a18d19434de33de3f3ed324bc560a97 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Wed, 6 Jun 2012 11:45:30 +0200
|
||
|
Subject: [PATCH] kernel-modules/module-setup.sh: include omapdrm in the arm
|
||
|
modules to include
|
||
|
|
||
|
---
|
||
|
modules.d/90kernel-modules/module-setup.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
||
|
index 4df180b..1d39c85 100755
|
||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||
|
@@ -36,7 +36,7 @@ installkernel() {
|
||
|
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
|
||
|
+ hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm 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
|