diff options
author | John Crispin <john@phrozen.org> | 2016-06-20 16:39:38 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-20 16:39:38 +0200 |
commit | d20326f240b2f7b392d6492937fe42aa7dcdb6ae (patch) | |
tree | d86fe02bcc789d65e36bff5504be9c0b7ecfb523 /package/system/fstools | |
parent | ad04fcb11cf969abe2beea465fd63526f3e242ba (diff) | |
download | master-187ad058-d20326f240b2f7b392d6492937fe42aa7dcdb6ae.tar.gz master-187ad058-d20326f240b2f7b392d6492937fe42aa7dcdb6ae.tar.bz2 master-187ad058-d20326f240b2f7b392d6492937fe42aa7dcdb6ae.zip |
fstools: update to latest git revision
This fixes mount_root in failsafe and reverts a ext4 overlay patch.
Signed-off-by: John Crispin <john@phrozen.org>
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 4a1108164f..556d4b08cb 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-04-30 +PKG_VERSION:=2016-05-12 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:=bb92c29fc4cd90d396fc79078eba75fcb01c92ae +PKG_SOURCE_VERSION:=ed224f0b1f9cfb3f8c5766cba3a60343c0eda586 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |