add patch to include panel-tfp410 module on arm systems
This commit is contained in:
parent
75f812af59
commit
44345d3ce1
@ -0,0 +1,26 @@
|
||||
From bbed67be116c7bee8b08b029bbda039cabed3c8e Mon Sep 17 00:00:00 2001
|
||||
From: Dennis Gilmore <dennis@ausil.us>
|
||||
Date: Tue, 4 Jun 2013 13:39:23 -0500
|
||||
Subject: [PATCH] include panel-tfp410 module on arm systems in the initramfs
|
||||
needed for framebuffer on omap systems
|
||||
|
||||
---
|
||||
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 ed7a19e..8388a08 100755
|
||||
--- a/modules.d/90kernel-modules/module-setup.sh
|
||||
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||||
@@ -47,7 +47,7 @@ installkernel() {
|
||||
if [[ "$(uname -p)" == arm* ]]; then
|
||||
# arm specific modules
|
||||
hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm \
|
||||
- omap_hsmmc sdhci_dove ahci_platform pata_imx sata_mv
|
||||
+ omap_hsmmc panel-tfp410 sdhci_dove ahci_platform pata_imx sata_mv
|
||||
fi
|
||||
|
||||
# install virtual machine support
|
||||
--
|
||||
1.8.2.1
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Name: dracut
|
||||
Version: 027
|
||||
Release: 81.git20130531%{?dist}
|
||||
Release: 82.git20130531%{?dist}
|
||||
|
||||
Summary: Initramfs generator using udev
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
@ -109,7 +109,7 @@ Patch77: 0077-lvm-add-tools-for-thin-provisioning.patch
|
||||
Patch78: 0078-ifcfg-write-ifcfg.sh-fixed-logic.patch
|
||||
Patch79: 0079-dracut-functions.sh-get_persistent_dev-fix-case-for-.patch
|
||||
Patch80: 0080-dmsquash-live-dmsquash-live-root.sh-fixup-32214acb3a.patch
|
||||
|
||||
Patch81: 0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch
|
||||
|
||||
BuildRequires: dash bash git
|
||||
|
||||
@ -516,6 +516,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{dracutlibdir}/dracut.conf.d/02-norescue.conf
|
||||
|
||||
%changelog
|
||||
* Tue Jun 04 2013 Dennis Gilmore <dennis@ausil.us> 027-82.git20130531
|
||||
- add patch to include panel-tfp410 module on arm systems
|
||||
|
||||
* Fri May 31 2013 Harald Hoyer <harald@redhat.com> 027-81.git20130531
|
||||
- fix btrfs mount flags for /usr
|
||||
- degrade message about missing tools for stripping
|
||||
|
Loading…
Reference in New Issue
Block a user