From dd48780f3074107726c90b492e00fec6c243b7c8 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Tue, 17 Mar 2020 16:08:23 +0800 Subject: [PATCH] automount: remove kmod-usb-storage-uas due to broken xhci-mtk --- package/lean/automount/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/automount/Makefile b/package/lean/automount/Makefile index dbee79091d..2c98d6a93a 100644 --- a/package/lean/automount/Makefile +++ b/package/lean/automount/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=automount -PKG_VERSION:=1 +PKG_VERSION:=2 PKG_RELEASE:=30 PKG_ARCH:=all @@ -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-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 +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