diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-23 21:24:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-23 21:24:57 +0000 |
commit | c70605ebdca81412a93b4d867de7931543193f26 (patch) | |
tree | d31c0177371174338ce2d6026034e3acac96395d /conf | |
parent | 14792b826bc2dae2bce3ddcca8385d3282fab193 (diff) |
Update mtd to a current snapshot, change the mkfs.jffs2 -i cmdline option to
-I, and rename mtd and mtd-native to mtd-utils and mtd-utils-native,
respectively.
BKrev: 41cb37a93c5EX_vlgegLnIyk0WIAEQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index ccb740ed0b..03da65f4c0 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -167,7 +167,7 @@ IMAGE_ROOTFS_SIZE_ext2 = "65536" IMAGE_ROOTFS_SIZE_ext2.gz = "65536" IMAGE_DEPENDS = "" -IMAGE_DEPENDS_jffs2 = "mtd-native" +IMAGE_DEPENDS_jffs2 = "mtd-utils-native" IMAGE_DEPENDS_cramfs = "cramfs-native" IMAGE_DEPENDS_ext2 = "genext2fs-native" IMAGE_DEPENDS_ext2.gz = "genext2fs-native" |