diff options
author | John Crispin <john@openwrt.org> | 2015-04-10 08:27:27 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-10 08:27:27 +0000 |
commit | 19b239d64343f3f5451d0a6cb7c4fe19b2f8bcf7 (patch) | |
tree | 82fe89ecae16710a161998288ccf9c846268ad0b | |
parent | 7b98f71f0997060c43a2e604ba02e7632e7fd647 (diff) | |
download | upstream-19b239d64343f3f5451d0a6cb7c4fe19b2f8bcf7.tar.gz upstream-19b239d64343f3f5451d0a6cb7c4fe19b2f8bcf7.tar.bz2 upstream-19b239d64343f3f5451d0a6cb7c4fe19b2f8bcf7.zip |
fstools: update to latest git HEAD
this fixes extroot on mvebu
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45341
-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 c76576640b..622336595b 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-03-30 +PKG_VERSION:=2015-04-10 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:=a5fa5b6144253726dcd7e769197eed787a723f5f +PKG_SOURCE_VERSION:=cc526b9dd7471270dae586433ec610760df54cc0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 PKG_CHECK_FORMAT_SECURITY:=0 |