summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm
index 4ffa0886..1d27c0ce 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm
@@ -38,7 +38,7 @@ sub applyChanges
my $self = shift;
my $engine = shift;
# filter modules which are part of the main kernel already
- $engine->_addFilteredKernelModules( qw( af_packet hid usbhid unix vesafb fbcon hid_bright ));
+ $engine->_addFilteredKernelModules( qw( af_packet hid hid-bright usbhid unix vesafb fbcon ));
return;
}