aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/fstools
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-10-31 16:38:26 +0100
committerJohn Crispin <john@phrozen.org>2016-10-31 16:38:26 +0100
commitd15dc7e85dbf38c07dd5a7f8068ee6655830548e (patch)
tree7c053464667650e7ae8d128c36464924bdd22ec7 /package/system/fstools
parenta569354481e583e65330c8cd11bb269ef192e70c (diff)
downloadupstream-d15dc7e85dbf38c07dd5a7f8068ee6655830548e.tar.gz
upstream-d15dc7e85dbf38c07dd5a7f8068ee6655830548e.tar.bz2
upstream-d15dc7e85dbf38c07dd5a7f8068ee6655830548e.zip
fstools: update to latest git HEAD
adds f2fs support Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/system/fstools')
-rw-r--r--package/system/fstools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index 46561aa6e2..ef6b155f7e 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -8,16 +8,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fstools
-PKG_VERSION:=2016-09-08
+PKG_VERSION:=2016-09-31
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/fstools.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=fe514c9a20365ba00232c2c981463f43a4a41a7d
+PKG_SOURCE_VERSION:=94a5b0ad8d53f024f036c3526b48c34ebbd66a2f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
-PKG_MIRROR_MD5SUM:=f517c53ef17a1f94ea225b3ce69e15cbcc4dcb375558ef3cccfabee75878e34b
+PKG_MIRROR_MD5SUM:=f9fca74463187f2ef07c45154ae5dea296bd7e6fcb734bdc5f8d452e8d6b9fa2
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0