summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-11-13 18:11:38 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-11-13 18:11:38 +0100
commit1214584ac88dcbb9929470131831b01d03edbfac (patch)
treeb06608967aaace84a907fef17e52a860a3acf44d
parent12d080e9f391f7dcf9c6c83960d188a6e72e27ac (diff)
downloadembtoolkit-1214584ac88dcbb9929470131831b01d03edbfac.tar.gz
embtoolkit-1214584ac88dcbb9929470131831b01d03edbfac.tar.bz2
embtoolkit-1214584ac88dcbb9929470131831b01d03edbfac.tar.xz
Packages/Host tools: mtd-utils: update to mtd-utils-1.4.6
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/mtdutils.kconfig8
-rw-r--r--mk/mtd-utils.mk3
2 files changed, 7 insertions, 4 deletions
diff --git a/kconfig/mtdutils.kconfig b/kconfig/mtdutils.kconfig
index 0fcb740..36b1f2e 100644
--- a/kconfig/mtdutils.kconfig
+++ b/kconfig/mtdutils.kconfig
@@ -39,16 +39,16 @@ choice
NOTE: This version of mtd-utils is patched to fix various issue,
these patches come from mtd-utils git repository.
- config EMBTK_MTDUTILS_VERSION_1_4_0
- bool "mtd-utils-1.4.0"
+ config EMBTK_MTDUTILS_VERSION_1_4_6
+ bool "mtd-utils-1.4.6"
select EMBTK_MTDUTILS_NEED_PATCH
help
- mtd-utils-1.4.0
+ mtd-utils-1.4.6
endchoice
config EMBTK_MTDUTILS_VERSION_STRING
string
- default "1.4.0" if EMBTK_MTDUTILS_VERSION_1_4_0
+ default "1.4.6" if EMBTK_MTDUTILS_VERSION_1_4_6
config EMBTK_MTDUTILS_NEED_PATCH
bool
diff --git a/mk/mtd-utils.mk b/mk/mtd-utils.mk
index 2cd38fa..dabe04d 100644
--- a/mk/mtd-utils.mk
+++ b/mk/mtd-utils.mk
@@ -32,6 +32,9 @@ MTDUTILS_PACKAGE := mtd-utils-$(MTDUTILS_VERSION).tar.bz2
MTDUTILS_SRC_DIR := $(PACKAGES_BUILD)/mtd-utils-$(MTDUTILS_VERSION)
MTDUTILS_BUILD_DIR := $(PACKAGES_BUILD)/mtd-utils-$(MTDUTILS_VERSION)
+#
+# make these binaries selectable from kconfig after version 1.4.6
+#
MTDUTILS_SBINS := bin2nand flash_eraseall flash_unlock mkfs.jffs2 nand2bin \
nftl_format rfddump ubicrc32 ubimirror ubirmvol docfdisk \
flash_info ftl_check mkfs.ubifs nanddump pddcustomize \