diff options
author | Dennis Gilmore <dennis@ausil.us> | 2013-06-04 13:40:49 -0500 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-06-06 09:38:44 +0200 |
commit | 3ae5ac28af66d9f8e51ddd8c7962974868622347 (patch) | |
tree | adb9bb857639e158a65c8e18cee61ef11a2ac502 /modules.d | |
parent | fd28794bbcb0d3b5f46e117251130c2676c8f271 (diff) | |
download | dracut-3ae5ac28af66d9f8e51ddd8c7962974868622347.tar.gz dracut-3ae5ac28af66d9f8e51ddd8c7962974868622347.tar.bz2 dracut-3ae5ac28af66d9f8e51ddd8c7962974868622347.zip |
include panel-tfp410 module on arm systems in the initramfs needed for framebuffer on omap systems
Diffstat (limited to 'modules.d')
-rwxr-xr-x | modules.d/90kernel-modules/module-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index ed7a19e9..8388a08c 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 |