diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-18 06:37:06 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-18 06:37:06 +0000 |
commit | a4fcf5e986b12b575947dcc3074d8bca693eec04 (patch) | |
tree | 010a385f38c2513de2a71dd91f58af5eb15b1588 /conf/distro/debianslug.conf | |
parent | 6bb3203ebbda8f0bd61a1539422352942c609252 (diff) |
slugos: fixed kernel module depends in debianslug
Diffstat (limited to 'conf/distro/debianslug.conf')
-rw-r--r-- | conf/distro/debianslug.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index e86ffa028c..c570d7c18f 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -77,7 +77,6 @@ DEBIANSLUG_STANDARD_RDEPENDS += "\ kernel-module-ext2 \ kernel-module-jbd \ kernel-module-ext3 \ -kernel-module-nfs \ kernel-module-vfat \ kernel-module-ntfs \ kernel-module-isofs \ @@ -86,10 +85,6 @@ kernel-module-reiserfs \ kernel-module-nls-cp437 \ kernel-module-nls-utf8 \ " -# Add modules required for firmware loading -DEBIANSLUG_STANDARD_RDEPENDS += "\ -kernel-module-firmware-class \ -" # Add module to create i2c chardev DEBIANSLUG_STANDARD_RDEPENDS += "\ |