diff options
| author | Dirk von Suchodoletz | 2009-01-19 12:35:12 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2009-01-19 12:35:12 +0100 |
| commit | 98ec135876d7b02b1c5729e1707ffbe894c62714 (patch) | |
| tree | 057038c04f5a04ae10e5522bc6135b8aa4bceb96 /boot-env | |
| parent | Better conform to the naming scheme of newly added distros ... (diff) | |
| download | core-98ec135876d7b02b1c5729e1707ffbe894c62714.tar.gz core-98ec135876d7b02b1c5729e1707ffbe894c62714.tar.xz core-98ec135876d7b02b1c5729e1707ffbe894c62714.zip | |
Fixing list of modules to ignore ... (hint by zooey)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2496 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env')
| -rw-r--r-- | boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm index fe7f4905..d9bb14dc 100644 --- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm +++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm @@ -37,8 +37,8 @@ sub applyChanges { my $self = shift; my $engine = shift; - - $engine->_addFilteredKernelModules( qw( unix )); + # filter modules which are part of the main kernel already + $engine->_addFilteredKernelModules( qw( af_packet hid usbhid unix )); return; } |
