Browse Source

mkinitramfs: add atkbd.ko (ps/2 keyboards)

user/chris/test/early-mdev
Alejandro Mery 14 years ago
parent
commit
8cfdbc75f2
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      target/early/initramfs/etc_mkinitramfs.d_50-kernel.sh.txt

+ 3
- 3
target/early/initramfs/etc_mkinitramfs.d_50-kernel.sh.txt

@ -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

Loading…
Cancel
Save