diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-10 17:36:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-10 17:36:53 +0000 |
commit | cb42ea1c70becd6f2c27f5db71a61f7ea98f77be (patch) | |
tree | bb11a36a7eee468ade50a9e8a71dca2eee179749 /package/system/fstools/Makefile | |
parent | fed29fa36bf9ff387ff6e96522b1b5423fed3581 (diff) | |
download | upstream-cb42ea1c70becd6f2c27f5db71a61f7ea98f77be.tar.gz upstream-cb42ea1c70becd6f2c27f5db71a61f7ea98f77be.tar.bz2 upstream-cb42ea1c70becd6f2c27f5db71a61f7ea98f77be.zip |
fstools: update to the latest version, fixes filesystem state rewrite on every boot
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48191
Diffstat (limited to 'package/system/fstools/Makefile')
-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 c13dfc4b3a..cb0e7b1b31 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-12-23 +PKG_VERSION:=2015-01-10 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:=d90165cdbdac40e6e2699d831e13473479d8cb79 +PKG_SOURCE_VERSION:=96415afecef35766332067f4205ef3b2c7561d21 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |