openslug.conf: Remove reiserfs support from default image.
authorOyvind Repvik <nail@nslu2-linux.org>
Thu, 8 Sep 2005 16:10:09 +0000 (16:10 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 8 Sep 2005 16:10:09 +0000 (16:10 +0000)
Saves ~1mb in flash. If anyone wants it, they can ipkg install it.

conf/distro/openslug.conf

index 748228f..482644e 100644 (file)
@@ -65,7 +65,7 @@ CMDLINE_DEBUG = "noirqdebug"
 # 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"
-OPENSLUG_REISER_PROGS = "reiserfsprogs"
+#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
@@ -86,8 +86,8 @@ OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_EXT2_PROGS}"
 
 # These lines add support for formatting reiserfs file systems on
 # a hard disk.
-OPENSLUG_STANDARD_DEPENDS += "reiserfsprogs"
-OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_REISER_PROGS}"
+#OPENSLUG_STANDARD_DEPENDS += "reiserfsprogs"
+#OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_REISER_PROGS}"
 
 # These lines add a build of the 'upslug' program which may be
 # used to download the final image to an NSLU2.  The program can