aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2015-05-31 23:29:01 +0200
committerMichael Heimpold <mhei@heimpold.de>2015-05-31 23:31:12 +0200
commit4020ee4fb6580d36edaf9b5503bb71ad8b4a1b80 (patch)
tree3919c928ef8c84e16bb2f66bf12cd29cf30f1a72
parent0d9d2a1046ec893da8f316684bd96fa95ec9ce11 (diff)
mmc-utils: upgrade to latest revision
New features are commands for eMMC cache control and gp partition creation. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
-rw-r--r--utils/mmc-utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mmc-utils/Makefile b/utils/mmc-utils/Makefile
index ca8549363..a089b2f4c 100644
--- a/utils/mmc-utils/Makefile
+++ b/utils/mmc-utils/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mmc-utils
-PKG_VERSION=2015-03-25-$(PKG_SOURCE_VERSION)
+PKG_VERSION=2015-05-01-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
-PKG_SOURCE_VERSION:=50b68547ad895803128519af71c31b9f14bfc791
+PKG_SOURCE_VERSION:=d0b46442b50794217e53b2455c1344c548d9d088
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz