summaryrefslogtreecommitdiffstats
path: root/package/system/fstools
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-26 10:25:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-26 10:25:29 +0000
commit46432b13b6a4c8befb5e3300ba0ebd96974364c1 (patch)
treefd12dcae10a1f25baa503e3d92cd47de79e90f53 /package/system/fstools
parentcf6c1e5d265f35407538df926580a103ef75d200 (diff)
downloadmaster-31e0f0ae-46432b13b6a4c8befb5e3300ba0ebd96974364c1.tar.gz
master-31e0f0ae-46432b13b6a4c8befb5e3300ba0ebd96974364c1.tar.bz2
master-31e0f0ae-46432b13b6a4c8befb5e3300ba0ebd96974364c1.zip
fstools: switch to ulog api
Update to git head in order to switch the block, mount_root etc. logging to the common ulog() api for putting early boot messages into dmesg. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44545
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 11c0d1efb7..42e9c27693 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-02-25.1
+PKG_VERSION:=2015-02-26
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:=914b023e71559e033ec5a1f9840511eb1ccaf386
+PKG_SOURCE_VERSION:=1c1bfa053103f7783167d2ab272fb11331f87681
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0