diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-03 14:26:38 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-03 14:26:38 +0000 |
commit | e60bb265de95c48bc31e9d3da1af6ad6c94def99 (patch) | |
tree | 271d2ba9cf2b069982cae991f69598ff84b3221e /package/system/fstools | |
parent | 16ecf558d81feb2fcb38f52956f8919dd87cd1ab (diff) | |
download | master-187ad058-e60bb265de95c48bc31e9d3da1af6ad6c94def99.tar.gz master-187ad058-e60bb265de95c48bc31e9d3da1af6ad6c94def99.tar.bz2 master-187ad058-e60bb265de95c48bc31e9d3da1af6ad6c94def99.zip |
fstools: update to latest git
this fixes ubifs and ubi overlay support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40366 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/fstools')
-rw-r--r-- | package/system/fstools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile index c16d6a5621..f7e37bc919 100644 --- a/package/system/fstools/Makefile +++ b/package/system/fstools/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fstools -PKG_VERSION:=2014-03-25 +PKG_VERSION:=2014-04-01 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/fstools.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=d292ffc85f48dd9c8774a0860f50397dd2966e7a +PKG_SOURCE_VERSION:=4e3268f90ae97ccb047c47a78b83bcebeb9593cd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |