|
|
@ -3,7 +3,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: target/early/initramfs/etc_mkinitramfs.d_50-kernel.sh.txt |
|
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|
|
|
# Copyright (C) 2007 - 2011 The OpenSDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
@ -39,8 +39,8 @@ if [ -n "$moddir" ]; then |
|
|
|
done |
|
|
|
echo |
|
|
|
|
|
|
|
# USB hosts |
|
|
|
for x in {e,o,u}hci-hcd; do |
|
|
|
# USB hosts and old-style keyboards |
|
|
|
for x in {e,o,u}hci-hcd atkbd; do |
|
|
|
module_install "$x" |
|
|
|
done |
|
|
|
|
|
|
|