From 9060f9e046134dcdcc6ee6d6a7aeef53a8188584 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Wed, 18 Mar 2020 23:16:16 +0800 Subject: [PATCH] automount: avoid using uas for xhci-mtk --- package/lean/automount/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/automount/Makefile b/package/lean/automount/Makefile index 2c98d6a93a..5722317a44 100644 --- a/package/lean/automount/Makefile +++ b/package/lean/automount/Makefile @@ -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 +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 +@(LINUX_4_14||LINUX_4_19):kmod-fs-exfat0 +@LINUX_5_4:kmod-fs-exfat +ntfs-3g endef define Package/automount/description