You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
28 lines
1.1 KiB
From 1e9926c12da04f1d31ad985dc564896124886cd8 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 |
|
|
|
(cherry picked from commit 611c895772c73ebb5f769942bca5d5991adc169e) |
|
--- |
|
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 da3b1f3f..fba2bc1a 100755 |
|
--- a/modules.d/90kernel-modules/module-setup.sh |
|
+++ b/modules.d/90kernel-modules/module-setup.sh |
|
@@ -50,9 +50,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
|
|
|