From d4e7ff42b03e609e35d9d7679bbca8b3e660c511 Mon Sep 17 00:00:00 2001 From: Anton Kikin Date: Wed, 17 Oct 2018 12:23:49 +0300 Subject: [PATCH] fstools: Update to latest revision Signed-off-by: Anton Kikin --- recipes-core/fstools/fstools_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-core/fstools/fstools_git.bb b/recipes-core/fstools/fstools_git.bb index c0b2651e..748f8b5d 100644 --- a/recipes-core/fstools/fstools_git.bb +++ b/recipes-core/fstools/fstools_git.bb @@ -2,7 +2,7 @@ # Copyright (C) 2018 Anton Kikin # Released under the MIT license (see COPYING.MIT for the terms) -PR = "tano8" +PR = "tano9" DESCRIPTION = "OpenWrt filesystem utilities" HOMEPAGE = "https://git.openwrt.org/?p=project/fstools.git;a=summary" @@ -28,9 +28,9 @@ SRC_URI = "git://git.openwrt.org/project/fstools.git;branch=master \ file://blockd.init \ " -# 24.05.2018 -# fstools: allow the mounting with full access time accounting -SRCREV = "dd02dad332958575cc52e60c78ef10ef2b5aaced" +# 11.10.2018 +# fstools: add ntfs support +SRCREV = "29e53af0b91954ca6a13bdd1f0e67c939ccb8e6d" S = "${WORKDIR}/git"