28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
|
From 611c895772c73ebb5f769942bca5d5991adc169e Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Robinson <pbrobinson@gmail.com>
|
||
|
Date: Sun, 20 Jul 2014 22:20:04 +0100
|
||
|
Subject: [PATCH] ARM: update modules for ARM host only options
|
||
|
|
||
|
---
|
||
|
modules.d/90kernel-modules/module-setup.sh | 7 ++++---
|
||
|
1 file changed, 4 insertions(+), 3 deletions(-)
|
||
|
|
||
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
||
|
index cc79b88..1ce133f 100755
|
||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||
|
@@ -51,9 +51,10 @@ installkernel() {
|
||
|
|
||
|
if [[ "$(uname -p)" == arm* ]]; then
|
||
|
# arm specific modules
|
||
|
- hostonly='' instmods omapdrm panel-tfp410
|
||
|
- instmods i2c-tegra gpio-regulator as3722-regulator \
|
||
|
- phy-tegra-usb ehci-tegra sdhci-tegra
|
||
|
+ hostonly='' instmods \
|
||
|
+ connector-hdmi connector-dvi encoder-tfp410 \
|
||
|
+ encoder-tpd12s015 i2c-tegra gpio-regulator \
|
||
|
+ as3722-regulator orion-ehci ehci-tegra
|
||
|
fi
|
||
|
|
||
|
# install virtual machine support
|