feat(fuse): add dependence of fuse-utils

Rclone can mount cloud storage by fuse-utils
This commit is contained in:
ElonH 2020-06-29 23:49:53 +08:00
parent 5b31a2d828
commit 5a4833fdee
No known key found for this signature in database
GPG Key ID: 5BCDD7F78A258D4C

View File

@ -10,13 +10,14 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Rclone
LUCI_DEPENDS:=+rclone +fuse-utils \
LUCI_DEPENDS:=+rclone \
+PACKAGE_luci-app-rclone_INCLUDE_rclone-webui:rclone-webui-react \
+PACKAGE_luci-app-rclone_INCLUDE_rclone-ng:rclone-ng
+PACKAGE_luci-app-rclone_INCLUDE_rclone-ng:rclone-ng \
+PACKAGE_luci-app-rclone_INCLUDE_fuse-utils:fuse-utils
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-rclone
PKG_VERSION:=1.4.0
PKG_RELEASE:=2
PKG_VERSION:=1.4.1
PKG_RELEASE:=1
PKG_LICENSE:=GPLv3.0+
PKG_MAINTAINER:=ElonH <elonhhuang@gmail.com>
@ -44,7 +45,11 @@ config PACKAGE_luci-app-rclone_INCLUDE_rclone-webui
default y
config PACKAGE_luci-app-rclone_INCLUDE_rclone-ng
bool "Include rclone-ng"
bool "Include rclone-ng (another webui)"
default y
config PACKAGE_luci-app-rclone_INCLUDE_fuse-utils
bool "Include fuse-utils (mount cloud storage)"
default y
endef