aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/openslug.conf
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-02-05 06:05:03 +0000
committerRod Whitby <rod@whitby.id.au>2007-02-05 06:05:03 +0000
commit026c68b617da678803d11c89af9bd77989a37f7f (patch)
tree7dcdb4160c4e8f00b1eb24d05538a459bf0038ef /conf/distro/openslug.conf
parent4e92b1387151891718014d27a15b1174cffed2f8 (diff)
downloadopenembedded-026c68b617da678803d11c89af9bd77989a37f7f.tar.gz
slugos: Removed reiserfs from standard image.
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r--conf/distro/openslug.conf8
1 files changed, 1 insertions, 7 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf
index 1091aa2e98..02becf3bae 100644
--- a/conf/distro/openslug.conf
+++ b/conf/distro/openslug.conf
@@ -31,7 +31,6 @@ OPENSLUG_EXTRA_BBFILES ?= ""
# NOTE: only jffs2 support is an absolute requirement of boot, even
# the ext2/ext3 support is optional!
OPENSLUG_EXT2_PROGS = "e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-e2fsck e2fsprogs-badblocks"
-OPENSLUG_REISER_PROGS = "reiserfsprogs"
# The standard firmware contents and additional packages built as requirements
# of the firmware are defined here in OPENSLUG_STANDARD_RDEPENDS and
@@ -40,7 +39,7 @@ OPENSLUG_STANDARD_RDEPENDS = ""
# Support for a variety of file systems is built in to the openslug
# image, programs to format disks with these file systems may be
-# added or removed. By default ext2. ext3 and reiserfs supported
+# added or removed. By default ext2 and ext3 support
# is included by the following lines.
#
# These lines add support for formatting ext2 and ext3 file systems
@@ -48,10 +47,6 @@ OPENSLUG_STANDARD_RDEPENDS = ""
# file system.
OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_EXT2_PROGS}"
-# These lines add support for formatting reiserfs file systems on
-# a hard disk.
-OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_REISER_PROGS}"
-
# These lines add support for an X/Y/ZModem package called lrzsz
# (this is of use for people with modified NSLU2 hardware which
# supports a serial port.)
@@ -81,7 +76,6 @@ kernel-module-vfat \
kernel-module-ntfs \
kernel-module-isofs \
kernel-module-udf \
-kernel-module-reiserfs \
kernel-module-nls-cp437 \
kernel-module-nls-utf8 \
"