summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot/uclib-rootfs/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-06-20 17:50:46 +0200
committerDirk von Suchodoletz2009-06-20 17:50:46 +0200
commit7cd94ee35c2d9006693991274a27d180031f6425 (patch)
tree45e70251453d6b3a579c894b734c5f341c7ff121 /boot-env/preboot/uclib-rootfs/init
parentTrying to fix the #468 bug ... (hid_bright in Ubuntu 9.NN) (diff)
downloadcore-7cd94ee35c2d9006693991274a27d180031f6425.tar.gz
core-7cd94ee35c2d9006693991274a27d180031f6425.tar.xz
core-7cd94ee35c2d9006693991274a27d180031f6425.zip
Proper name now ... (there is a list of several hid-* now - to be
checked if of any meaning to load another driver ...) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2979 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/preboot/uclib-rootfs/init')
-rwxr-xr-xboot-env/preboot/uclib-rootfs/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot-env/preboot/uclib-rootfs/init b/boot-env/preboot/uclib-rootfs/init
index 92882f79..f240d65d 100755
--- a/boot-env/preboot/uclib-rootfs/init
+++ b/boot-env/preboot/uclib-rootfs/init
@@ -91,7 +91,7 @@ done
dialog --infobox "Starting OpenSLX preboot environment ..." 3 65
# load usb keyboard and network adaptor modules
-for mod in ${ramfs_nicmods} af_packet unix hid hid_bright usbhid \
+for mod in ${ramfs_nicmods} af_packet unix hid hid-bright usbhid \
uhci-hcd ohci-hcd ; do
if [ x != x$(find /lib/modules -name ${mod}.ko) ]; then
modprobe $mod || \