summaryrefslogtreecommitdiffstats
path: root/rules/mtd-utils.make
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.make
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.make')
-rw-r--r--rules/mtd-utils.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
index 113270d88..4551d4168 100644
--- a/rules/mtd-utils.make
+++ b/rules/mtd-utils.make
@@ -172,6 +172,10 @@ ifdef PTXCONF_MTD_UTILS_UBINIZE
@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
/usr/sbin/ubinize)
endif
+ifdef PTXCONF_MTD_UTILS_MKFS_UBIFS
+ @$(call install_copy, mtd-utils, 0, 0, 0755, -, \
+ /usr/sbin/mkfs.ubifs);
+endif
ifdef PTXCONF_MTD_UTILS_MTDINFO
@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
/usr/sbin/mtdinfo)