automount: switch exfat to high performance version

This commit is contained in:
CN_SZTL 2020-08-03 01:59:04 +08:00
parent a59484b343
commit 665252203f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/automount
TITLE:=Mount autoconfig hotplug script.
MAINTAINER:=Lean
DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-vfat +kmod-fs-ext4 +(LINUX_4_14||LINUX_4_19):kmod-fs-exfat0 +LINUX_5_4:kmod-fs-exfat +ntfs-3g
DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-vfat +kmod-fs-ext4 +kmod-fs-exfat +ntfs-3g
endef
define Package/automount/description