summaryrefslogtreecommitdiffstats
path: root/rules/mtd-utils.make
diff options
context:
space:
mode:
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 7244b0e35..76d8a91c9 100644
--- a/rules/mtd-utils.make
+++ b/rules/mtd-utils.make
@@ -118,6 +118,10 @@ ifdef PTXCONF_MTD_UTILS_NANDDUMP
@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
/usr/sbin/nanddump)
endif
+ifdef PTXCONF_MTD_UTILS_NANDMARKBAD
+ @$(call install_copy, mtd-utils, 0, 0, 0755, -, \
+ /usr/sbin/nandmarkbad)
+endif
ifdef PTXCONF_MTD_UTILS_NANDTEST
@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
/usr/sbin/nandtest)