1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 12:43:56 +02:00

fstools: update to git HEAD

4d4dcfb blockd: detect mountpoint of /dev/mapper/*
 2f42515 block: resolve /dev/mapper/* name for /dev/dm-0 when hotplugging
 39558a1 blockd: also send ubus notification on mount hotplug

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2021-07-14 05:34:23 +01:00
parent 9d2dcc8312
commit 6721c20629
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA
2 changed files with 4 additions and 3 deletions

View File

@ -12,9 +12,9 @@ PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/fstools.git
PKG_MIRROR_HASH:=41c9c51d193f5150db67fcd898b6ea904b88476c94cdfd021d81e2711441b430
PKG_SOURCE_DATE:=2021-05-16
PKG_SOURCE_VERSION:=3d40a1b591cd569f95891116cd033b496de0f92b
PKG_MIRROR_HASH:=950197ab38df584b8239bfac060e70ea97e9188de2cd646d10f5b024c76ed751
PKG_SOURCE_DATE:=2021-07-14
PKG_SOURCE_VERSION:=39558a1f3ebbf0a56188ead4f703456feab2102f
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0

View File

@ -16,6 +16,7 @@ reload_service() {
start_service() {
procd_open_instance
procd_set_param command "$PROG"
procd_set_param watch block
procd_set_param respawn
procd_close_instance
}