From 012d1ef0efc121318dd8a2eed28e12f28494d9b1 Mon Sep 17 00:00:00 2001 From: lean Date: Sat, 1 Jan 2022 13:31:28 +0800 Subject: [PATCH] automount: add kmod-ntfs3 for 5.15 support --- 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 92366499a..c0e4c12ce 100644 --- a/package/lean/automount/Makefile +++ b/package/lean/automount/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=automount PKG_VERSION:=1 -PKG_RELEASE:=35 +PKG_RELEASE:=36 PKG_ARCH:=all include $(INCLUDE_DIR)/package.mk @@ -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 +kmod-fs-exfat +(LINUX_5_4||LINUX_5_10):ntfs3-oot-mount +libblkid + 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 +(LINUX_5_4||LINUX_5_10):ntfs3-oot-mount +(LINUX_5_15):kmod-fs-ntfs3 +libblkid endef define Package/automount/description