summaryrefslogtreecommitdiffstats
path: root/package/system/fstools
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-10 08:27:27 +0000
committerJohn Crispin <john@openwrt.org>2015-04-10 08:27:27 +0000
commit19b239d64343f3f5451d0a6cb7c4fe19b2f8bcf7 (patch)
tree82fe89ecae16710a161998288ccf9c846268ad0b /package/system/fstools
parent7b98f71f0997060c43a2e604ba02e7632e7fd647 (diff)
downloadmaster-31e0f0ae-19b239d64343f3f5451d0a6cb7c4fe19b2f8bcf7.tar.gz
master-31e0f0ae-19b239d64343f3f5451d0a6cb7c4fe19b2f8bcf7.tar.bz2
master-31e0f0ae-19b239d64343f3f5451d0a6cb7c4fe19b2f8bcf7.zip
fstools: update to latest git HEAD
this fixes extroot on mvebu Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45341
Diffstat (limited to 'package/system/fstools')
-rw-r--r--package/system/fstools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index c76576640b..622336595b 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fstools
-PKG_VERSION:=2015-03-30
+PKG_VERSION:=2015-04-10
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:=a5fa5b6144253726dcd7e769197eed787a723f5f
+PKG_SOURCE_VERSION:=cc526b9dd7471270dae586433ec610760df54cc0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0