diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-14 19:01:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-14 19:01:09 +0000 |
commit | d0b092eaabcd310f7289f89ff796cec2355c197e (patch) | |
tree | b6259033816487de5c9d6ffb0f96f44db1266d70 | |
parent | 7e5b2bf5b879bc17253c8dac08599ea3056edc1e (diff) | |
download | master-187ad058-d0b092eaabcd310f7289f89ff796cec2355c197e.tar.gz master-187ad058-d0b092eaabcd310f7289f89ff796cec2355c197e.tar.bz2 master-187ad058-d0b092eaabcd310f7289f89ff796cec2355c197e.zip |
fstools: update to latest git HEAD
fixes issues with semi-initialized overlay partitions during firstboot
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45440 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 64f8cfbbb0..268d506969 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-04-12 +PKG_VERSION:=2015-04-14 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:=cf8056385c287b98c70376034f0bfc59cc9261ed +PKG_SOURCE_VERSION:=e6004000ff15d7bd32cf5663e8690fc94d7ec747 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 PKG_CHECK_FORMAT_SECURITY:=0 |