Browse Source

include panel-tfp410 module on arm systems in the initramfs needed for framebuffer on omap systems

master
Dennis Gilmore 12 years ago committed by Harald Hoyer
parent
commit
3ae5ac28af
  1. 2
      modules.d/90kernel-modules/module-setup.sh

2
modules.d/90kernel-modules/module-setup.sh

@ -47,7 +47,7 @@ installkernel() { @@ -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

Loading…
Cancel
Save