add patch to include omap_hsmmc for arm
This commit is contained in:
parent
bd8a891e6e
commit
7948b53a17
25
0001-include-the-omap_hsmmc-module-on-arm.patch
Normal file
25
0001-include-the-omap_hsmmc-module-on-arm.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From e0c1a5dc6b23b905590e4ba8876bf0b56709833f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Dennis Gilmore <dennis@ausil.us>
|
||||||
|
Date: Thu, 2 Aug 2012 05:11:43 -0500
|
||||||
|
Subject: [PATCH] include the omap_hsmmc module on arm
|
||||||
|
|
||||||
|
---
|
||||||
|
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 4e75ef8..e58b257 100755
|
||||||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||||||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||||||
|
@@ -40,7 +40,7 @@ installkernel() {
|
||||||
|
hostonly='' instmods usb_storage sdhci sdhci-pci
|
||||||
|
|
||||||
|
# arm specific modules
|
||||||
|
- hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm sdhci_dove ahci_platform pata_imx sata_mv
|
||||||
|
+ hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm omap_hsmmc 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 hid_generic
|
||||||
|
--
|
||||||
|
1.7.11.2
|
||||||
|
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 023
|
Version: 023
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
Summary: Initramfs generator using udev
|
Summary: Initramfs generator using udev
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
@ -30,6 +30,7 @@ URL: https://dracut.wiki.kernel.org/
|
|||||||
# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%{version};sf=tgz
|
# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%{version};sf=tgz
|
||||||
Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.bz2
|
||||||
|
|
||||||
|
Patch1: 0001-include-the-omap_hsmmc-module-on-arm.patch
|
||||||
|
|
||||||
BuildRequires: dash bash git
|
BuildRequires: dash bash git
|
||||||
|
|
||||||
@ -362,6 +363,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /var/lib/dracut/overlay
|
%dir /var/lib/dracut/overlay
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 01 2012 Dennis Gilmore <dennis@ausil.us> - 023-2
|
||||||
|
- add patch to include omap_hsmmc for arm
|
||||||
|
|
||||||
* Wed Aug 01 2012 Harald Hoyer <harald@redhat.com> 023-1
|
* Wed Aug 01 2012 Harald Hoyer <harald@redhat.com> 023-1
|
||||||
- version 023
|
- version 023
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user