summaryrefslogtreecommitdiffstats
path: root/rules/mtd-utils.in
diff options
context:
space:
mode:
authorJon Ringle <jon@ringle.org>2010-01-07 00:39:54 -0500
committerJon Ringle <jon@ringle.org>2010-01-07 00:59:26 -0500
commitef8b5ab8279a818a66c051714ddbe5216cf4274b (patch)
treeabc6addfed98270dde53cb687fb6c218e07fcb08 /rules/mtd-utils.in
parent8ca2ea7332774107b0b05d0f1ebf88fa84082fa0 (diff)
downloadptxdist-ef8b5ab8279a818a66c051714ddbe5216cf4274b.tar.gz
ptxdist-ef8b5ab8279a818a66c051714ddbe5216cf4274b.tar.xz
[mtd-utils] install mkfs.ubifs and cleanup
Signed-off-by: Jon Ringle <jon@ringle.org>
Diffstat (limited to 'rules/mtd-utils.in')
-rw-r--r--rules/mtd-utils.in16
1 files changed, 15 insertions, 1 deletions
diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
index 5f9194488..7caad2e1a 100644
--- a/rules/mtd-utils.in
+++ b/rules/mtd-utils.in
@@ -139,7 +139,13 @@ config MTD_UTILS_SUMTOOL
filesystem mount. To use this the JFFS2_SUMMARY option must
be enabled in kernel.
-comment "ubi utils"
+menuconfig MTD_UTILS_UBI_UTILS
+ bool
+ prompt "ubi utils"
+ help
+ Build UBI Utils
+
+if MTD_UTILS_UBI_UTILS
config MTD_UTILS_UBIATTACH
bool
@@ -195,6 +201,14 @@ config MTD_UTILS_UBIUPDATEVOL
help
Updates a volume with data from file
+config MTD_UTILS_MKFS_UBIFS
+ bool
+ prompt "mkfs.ubifs"
+ help
+ Create ubifs filesystems
+
+endif
+
config MTD_UTILS_MTDINFO
bool
prompt "mtdinfo"