summaryrefslogtreecommitdiff
path: root/package/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-03-09 17:27:14 +0000
committerEric Andersen <andersen@codepoet.org>2005-03-09 17:27:14 +0000
commit318cae634df9379c90cf5dd2b68a63766cfc3474 (patch)
treebbf18bdb1302dfbdc464019d9253ea6f043d17b0 /package/Config.in
parentc3cdda3ce1c602b7b3102d66937117c8e2173153 (diff)
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.
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
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"