From 318cae634df9379c90cf5dd2b68a63766cfc3474 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 Mar 2005 17:27:14 +0000 Subject: patch from pgrayson: This patch does a couple mtd related things: * Updates to the latest (2005/01/22) mtd from debian.org * Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir. * Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected. * Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images. * Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities. --- package/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/Config.in') diff --git a/package/Config.in b/package/Config.in index 13a2288ee..a96e28887 100644 --- a/package/Config.in +++ b/package/Config.in @@ -65,6 +65,7 @@ source "package/microwin/Config.in" source "package/mkdosfs/Config.in" source "package/mpg123/Config.in" source "package/mrouted/Config.in" +source "package/mtd/Config.in" source "package/nano/Config.in" source "package/ncurses/Config.in" source "package/netkitbase/Config.in" -- cgit v1.2.3