aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/ubi-utils/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-06 09:34:47 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-06 09:34:47 +0000
commita0ebf58d0efe7ee9334220e29796fcfe6362e0e4 (patch)
treeca80768216c5dc64600e9d3ff2c141f0adfead5f /package/utils/ubi-utils/Makefile
parentaeeb870b02b43a1b3505f6fe1ad04d02cba79329 (diff)
downloadupstream-a0ebf58d0efe7ee9334220e29796fcfe6362e0e4.tar.gz
upstream-a0ebf58d0efe7ee9334220e29796fcfe6362e0e4.tar.bz2
upstream-a0ebf58d0efe7ee9334220e29796fcfe6362e0e4.zip
ubi-utils: bump to version 1.5.1 for ubiblock support
ubiblock allows creating and removing read-only block devices on top of ubi volumes. Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41033 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/ubi-utils/Makefile')
-rw-r--r--package/utils/ubi-utils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/utils/ubi-utils/Makefile b/package/utils/ubi-utils/Makefile
index d009139246..fd41da0647 100644
--- a/package/utils/ubi-utils/Makefile
+++ b/package/utils/ubi-utils/Makefile
@@ -8,9 +8,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mtd-utils
-PKG_REV:=ab8c6fb93ce9db0f09401c4b819b0b277dc00340
-PKG_VERSION:=1.5.0
-PKG_RELEASE:=2
+PKG_REV:=7d2839b8dede3ae368780364b4a07473d2303219
+PKG_VERSION:=1.5.1
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git
@@ -33,6 +33,7 @@ include $(INCLUDE_DIR)/package.mk
FILES:= \
ubiattach \
ubicrc32 \
+ ubiblock \
ubidetach \
ubiformat \
ubimkvol \