diff options
author | John Crispin <john@openwrt.org> | 2014-06-24 18:13:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-24 18:13:05 +0000 |
commit | c2d95d41063be42413e20aaab1171d22bf000250 (patch) | |
tree | 97356f1ae46228fd8cc1c6009f527a7f73c7dcc5 /package/system/fstools/Makefile | |
parent | ea137d37353c958bca38e37de77621263b30f418 (diff) | |
download | upstream-c2d95d41063be42413e20aaab1171d22bf000250.tar.gz upstream-c2d95d41063be42413e20aaab1171d22bf000250.tar.bz2 upstream-c2d95d41063be42413e20aaab1171d22bf000250.zip |
fstools: fix factory reset on ubifs overlay
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 41315
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 08b3be478f..cd9a19432f 100644 --- a/package/system/fstools/Makefile +++ b/package/system/fstools/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fstools -PKG_VERSION:=2014-06-02 +PKG_VERSION:=2014-06-22 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:=d04e58946eff771bf59db90d7a2301b746141ac4 +PKG_SOURCE_VERSION:=e0430f5c62f367e5a8e02755412977b02c3fc45e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |