You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
959 B
24 lines
959 B
6 years ago
|
From 88fc0b8750c827ecdeacd70893905db5d6c9b87d Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Fri, 18 Oct 2013 14:56:51 +0200
|
||
|
Subject: [PATCH] kernel-modules(ARM): add mmc_block usb_storage to statis list
|
||
|
of kernel mods
|
||
|
|
||
|
---
|
||
|
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 e7e2ca07..366235ca 100755
|
||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||
|
@@ -48,7 +48,7 @@ installkernel() {
|
||
|
# arm specific modules
|
||
|
hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm \
|
||
|
omap_hsmmc panel-tfp410 sdhci_dove ahci_platform pata_imx sata_mv \
|
||
|
- ehci-tegra
|
||
|
+ ehci-tegra mmc_block usb_storage
|
||
|
fi
|
||
|
|
||
|
# install virtual machine support
|