Browse Source

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>
Michael Heimpold 9 years ago
parent
commit
4020ee4fb6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      utils/mmc-utils/Makefile

+ 2
- 2
utils/mmc-utils/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=mmc-utils
11
-PKG_VERSION=2015-03-25-$(PKG_SOURCE_VERSION)
11
+PKG_VERSION=2015-05-01-$(PKG_SOURCE_VERSION)
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE_PROTO:=git
15 15
 PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
16
-PKG_SOURCE_VERSION:=50b68547ad895803128519af71c31b9f14bfc791
16
+PKG_SOURCE_VERSION:=d0b46442b50794217e53b2455c1344c548d9d088
17 17
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
18 18
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
19 19