summaryrefslogtreecommitdiffstats
path: root/rules/mtd-utils.make
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-03-13 20:45:58 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-14 11:04:39 +0100
commitd4ba37630767095330ddc5cdc3c154cd2e4f757d (patch)
treec98b87e6594dd227953edabcae99c27a533c30e0 /rules/mtd-utils.make
parentb572acdd65a8367b7cc5b43c20669afc387a1df6 (diff)
downloadptxdist-d4ba37630767095330ddc5cdc3c154cd2e4f757d.tar.gz
ptxdist-d4ba37630767095330ddc5cdc3c154cd2e4f757d.tar.xz
Update mtd-utils to 1.4.9
I had to rework some patches. Parallel build has been fixed upstream due in commits 5b1cfb9d09a8a40577e79262c6d79dfcde36b1b7 and 05f56bf49ee0de8979c29c11f61a01e30e964444, so we should be able to enable it here. flash-info has been dropped and mtdinfo should be used instead. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mol: fixed series] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/mtd-utils.make')
-rw-r--r--rules/mtd-utils.make9
1 files changed, 2 insertions, 7 deletions
diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
index b52a170da..14df7875b 100644
--- a/rules/mtd-utils.make
+++ b/rules/mtd-utils.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_MTD_UTILS) += mtd-utils
#
# Paths and names
#
-MTD_UTILS_VERSION := 1.4.6
-MTD_UTILS_MD5 := a0418afcf6026824a5fa5e9051793f3c
+MTD_UTILS_VERSION := 1.4.9
+MTD_UTILS_MD5 := 82b8e714b90674896570968f70ca778b
MTD_UTILS := mtd-utils-$(MTD_UTILS_VERSION)
MTD_UTILS_SUFFIX := tar.bz2
MTD_UTILS_URL := ftp://ftp.infradead.org/pub/mtd-utils/$(MTD_UTILS).$(MTD_UTILS_SUFFIX)
@@ -53,7 +53,6 @@ MTD_UTILS_COMPILE_ENV += WITHOUT_MKUBIFS=1
endif
MTD_UTILS_MAKEVARS := BUILDDIR=$(MTD_UTILS_DIR)
-MTD_UTILS_MAKE_PAR := NO
$(STATEDIR)/mtd-utils.prepare:
@$(call targetinfo)
@@ -88,10 +87,6 @@ ifdef PTXCONF_MTD_UTILS_FLASH_ERASEALL
@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
/usr/sbin/flash_eraseall)
endif
-ifdef PTXCONF_MTD_UTILS_FLASH_INFO
- @$(call install_copy, mtd-utils, 0, 0, 0755, -, \
- /usr/sbin/flash_info)
-endif
ifdef PTXCONF_MTD_UTILS_FLASH_LOCK
@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
/usr/sbin/flash_lock)