aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-08-18 15:49:58 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-08-18 15:49:58 +0200
commit5d61a55d62d17a9673a752050f3ca5e85c51554a (patch)
treec0f4b5b561cacc7375bd591cccc00109abb9d9e5
parentb07ea5a19d80a4f9f373b2c2f3af500429333904 (diff)
downloadmaster-187ad058-5d61a55d62d17a9673a752050f3ca5e85c51554a.tar.gz
master-187ad058-5d61a55d62d17a9673a752050f3ca5e85c51554a.tar.bz2
master-187ad058-5d61a55d62d17a9673a752050f3ca5e85c51554a.zip
fstools: update to latest git HEAD
the recent fixes to make mount_root work during failsafe caused lots of unwanted side effects. use the new preinit sentinel file to detect if we are in preinit. this will also work if logged in via ssh. Signed-off-by: John Crispin <john@phrozen.org>
-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 556d4b08cb..33b8a8fffe 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fstools
-PKG_VERSION:=2016-05-12
+PKG_VERSION:=2016-05-16
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/fstools.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=ed224f0b1f9cfb3f8c5766cba3a60343c0eda586
+PKG_SOURCE_VERSION:=db5d39d48b9d9a77565015c1aafb3ef0d2925f02
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1