summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-06-20 17:41:26 +0200
committerDirk von Suchodoletz2009-06-20 17:41:26 +0200
commitf5edc3be1c298323cc9b464cac4dc868e43bf29c (patch)
tree696ed57d9b751f7dd836eeece7df6082bdd47878 /boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
parentvery bad bug detected ;-( and eliminated ... I guess that's what trunk is for (diff)
downloadcore-f5edc3be1c298323cc9b464cac4dc868e43bf29c.tar.gz
core-f5edc3be1c298323cc9b464cac4dc868e43bf29c.tar.xz
core-f5edc3be1c298323cc9b464cac4dc868e43bf29c.zip
Trying to fix the #468 bug ... (hid_bright in Ubuntu 9.NN)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2978 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm b/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
index fcc8601a..a5153af1 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
@@ -231,7 +231,7 @@ sub _copyKernelModules
# (some of these modules do not exist on all distros, so they will be
# filtered out again by the respective distro object):
my @kernelModules = qw(
- af_packet unix hid usbhid uhci-hcd ohci-hcd vesafb fbcon
+ af_packet unix hid hid_bright usbhid uhci-hcd ohci-hcd vesafb fbcon
);
push @kernelModules, @{ $self->{'suggested-kernel-modules'} };