aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/fstools
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-09-16 08:31:24 +0000
committerJohn Crispin <blogic@openwrt.org>2015-09-16 08:31:24 +0000
commit917e16bbfb63cf1cbc1a055515c553dc3d32f4df (patch)
treef506ceabc9ca10cde3afee1bb3fdb15d494dfe8c /package/system/fstools
parentf54bba4604a61b256f3f60e85df0b53817467d69 (diff)
downloadmaster-187ad058-917e16bbfb63cf1cbc1a055515c553dc3d32f4df.tar.gz
master-187ad058-917e16bbfb63cf1cbc1a055515c553dc3d32f4df.tar.bz2
master-187ad058-917e16bbfb63cf1cbc1a055515c553dc3d32f4df.zip
fstools: update to latest git revision
jffs2reset was following symlinks making it delete mounts for example. Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/fstools')
-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 75b2c20c9c..a346dfc207 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-05-24
+PKG_VERSION:=2015-09-15
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:=09027fc86babc3986027a0e677aca1b6999a9e14
+PKG_SOURCE_VERSION:=cc63723d886fde2cd364a545b7cb05b70721b83f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0