diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-04-22 11:33:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-22 11:33:49 +0000 |
commit | b74b8e5d2149a54645997ab9948e9a6f9ec94015 (patch) | |
tree | 69e9cb2f5d0cf532718cbbbb3edb175f462b617c /conf | |
parent | 8f0f9963f2de74ea51e1cc70e0ef9a83997adc4b (diff) |
Openslug/Debianslug: Add e2fsprogs-badblocks to rootfs
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/debianslug.conf | 2 | ||||
-rw-r--r-- | conf/distro/openslug.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index 1063356217..32dd55d978 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -30,7 +30,7 @@ DEBIANSLUG_EXTRA_BBFILES ?= "" # not absolutely required for boot. # NOTE: only jffs2 support is an absolute requirement of boot, even # the ext2/ext3 support is optional! -DEBIANSLUG_EXT2_PROGS = "e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-e2fsck" +DEBIANSLUG_EXT2_PROGS = "e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-e2fsck e2fsprogs-badblocks" DEBIANSLUG_REISER_PROGS = "reiserfsprogs" # The standard firmware contents and additional packages built as requirements diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 09f3691b65..9c9ce228b4 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -30,7 +30,7 @@ OPENSLUG_EXTRA_BBFILES ?= "" # not absolutely required for boot. # 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_EXT2_PROGS = "e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-e2fsck e2fsprogs-badblocks" OPENSLUG_REISER_PROGS = "reiserfsprogs" # The standard firmware contents and additional packages built as requirements |