summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-11-17 20:40:08 +0000
committerRod Whitby <rod@whitby.id.au>2006-11-17 20:40:08 +0000
commit56f2c2d2096e2cfb059dac07d8f4e2e2b4e4f16b (patch)
tree881042605d94fed9dc77e3da217eb569d6e3e0a0
parentbfc61379799876f38b5c6691847e84fd8afbc64f (diff)
slugos: Removed more kernel modules that are now compiled in
-rw-r--r--conf/distro/openslug.conf5
-rw-r--r--packages/images/slugos-image.bb2
2 files changed, 1 insertions, 6 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf
index c24001f3f4..4277888bfa 100644
--- a/conf/distro/openslug.conf
+++ b/conf/distro/openslug.conf
@@ -77,7 +77,6 @@ OPENSLUG_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
-OPENSLUG_STANDARD_RDEPENDS += "\
-kernel-module-firmware-class \
-"
# Add module to create i2c chardev
OPENSLUG_STANDARD_RDEPENDS += "\
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb
index 551484e71b..df057fe643 100644
--- a/packages/images/slugos-image.bb
+++ b/packages/images/slugos-image.bb
@@ -6,7 +6,7 @@
DESCRIPTION = "Generic SlugOS image"
HOMEPAGE = "http://www.nslu2-linux.org"
LICENSE = "MIT"
-PR = "r38"
+PR = "r39"
COMPATIBLE_MACHINE = "nslu2"