From 01045fbb60400c2b1c3535a68e14b693662ff977 Mon Sep 17 00:00:00 2001 From: lyin Date: Wed, 20 May 2020 10:02:29 +0800 Subject: [PATCH] add fuse-utils (#4621) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 缺少fuse-utils模块,导致rclone 无法运行。 --- package/lean/luci-app-rclone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-app-rclone/Makefile b/package/lean/luci-app-rclone/Makefile index 0a10544d5..5a02e5386 100644 --- a/package/lean/luci-app-rclone/Makefile +++ b/package/lean/luci-app-rclone/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Rclone -LUCI_DEPENDS:=+rclone +rclone-webui-react +LUCI_DEPENDS:=+rclone +rclone-webui-react +fuse-utils LUCI_PKGARCH:=all PKG_NAME:=luci-app-rclone PKG_VERSION:=1.3.21 -- GitLab