automount: fix ntfs-mount on kernel 5.15

This commit is contained in:
AmadeusGhost 2021-12-27 23:16:50 +08:00
parent e841c2c2cd
commit cf8d67a3e3

View File

@ -17,7 +17,9 @@ 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):antfs-mount +(LINUX_5_15):kmod-fs-ntfs3 +libblkid
DEPENDS:=+block-mount +kmod-fs-exfat +kmod-fs-ext4 +kmod-fs-vfat +libblkid \
+kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas \
+!LINUX_5_15:antfs-mount +LINUX_5_15:ntfs3-mount
endef
define Package/automount/description