Blame 0017-kernel-modules-ARM-add-mmc_block-usb_storage-to-stat.patch
|
Harald Hoyer |
932373 |
From 76a44782647c2693039d15a2d8073d70be9b6756 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
932373 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
932373 |
Date: Fri, 18 Oct 2013 14:56:51 +0200
|
|
Harald Hoyer |
932373 |
Subject: [PATCH] kernel-modules(ARM): add mmc_block usb_storage to statis list
|
|
Harald Hoyer |
932373 |
of kernel mods
|
|
Kyle McMartin |
e91740 |
|
|
Harald Hoyer |
932373 |
---
|
|
Harald Hoyer |
932373 |
modules.d/90kernel-modules/module-setup.sh | 2 +-
|
|
Harald Hoyer |
932373 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
932373 |
|
|
Harald Hoyer |
932373 |
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
932373 |
index f6d1c3d..2100336 100755
|
|
Kyle McMartin |
e91740 |
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
Kyle McMartin |
e91740 |
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
Kyle McMartin |
e91740 |
@@ -49,7 +49,7 @@ installkernel() {
|
|
Kyle McMartin |
e91740 |
# arm specific modules
|
|
Kyle McMartin |
e91740 |
hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm \
|
|
Kyle McMartin |
e91740 |
omap_hsmmc panel-tfp410 sdhci_dove ahci_platform pata_imx sata_mv \
|
|
Kyle McMartin |
e91740 |
- ehci-tegra
|
|
Kyle McMartin |
e91740 |
+ ehci-tegra mmc_block usb_storage
|
|
Kyle McMartin |
e91740 |
fi
|
|
Kyle McMartin |
e91740 |
|
|
Kyle McMartin |
e91740 |
# install virtual machine support
|