From 3a471a7ce8b59ea57b72db4837464c6ab792e033 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/ctcgfw/luci-app-rclone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ctcgfw/luci-app-rclone/Makefile b/package/ctcgfw/luci-app-rclone/Makefile index 597ce40be5..38a9a1fbcc 100644 --- a/package/ctcgfw/luci-app-rclone/Makefile +++ b/package/ctcgfw/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.22