From 9b11fa4088c6aaaee594351862597590d08f2683 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 25 Jul 2026 17:29:57 +0100 Subject: [PATCH] fstools: update to git HEAD of 2026-07-25 2aa1640 block: preen a registered volume before mount on request d43ffba block: use preen mode for the f2fs filesystem check a71e97d blockd: do not let a slow startup helper hold back readiness 1c17d24 blockd: expose storage readiness via a queryable status method f60b3a3 blockd: pass registrant mount options down to block on autofs mount 998f6ab blockd: notify when an idle autofs mount is unmounted 0008996 block: mount ubus-registered devices without an fstab entry 4fd1502 blockd: coldplug block devices 89a6f52 blockd: retry interrupted waitpid() in synchronous block() helper 37cf94d blockd: fix bounds of the ubus event name buffer Signed-off-by: Daniel Golle --- package/system/fstools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile index bbdf226c2f..8f9321fb36 100644 --- a/package/system/fstools/Makefile +++ b/package/system/fstools/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/fstools.git -PKG_MIRROR_HASH:=c266c906cc40b0422f1e74e0118f68bb123c04233dfbf4689847eba74abec4eb -PKG_SOURCE_DATE:=2026-05-23 -PKG_SOURCE_VERSION:=16718b6e3c0fc7db7be6ae5848db0eae88ac8a8b +PKG_MIRROR_HASH:=0cd3bcb1f9eb0478eb43ccd0ce89c599bf87c6afb8edab4e4334cb624ca4b12c +PKG_SOURCE_DATE:=2026-07-25 +PKG_SOURCE_VERSION:=2aa16407fdedb3f1e1b915879f4d6772c5fe896c CMAKE_INSTALL:=1 PKG_LICENSE:=GPL-2.0