On 20.07.2014 23:20, Peter Robinson wrote:
> ---
> 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
>
Thanks! Pushed
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html