automount: use ntfs3-mount replace of antfs-mount

This commit is contained in:
lean 2022-03-04 13:11:22 +08:00
parent 29884ccce1
commit 4a8985e5e8

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=automount
PKG_VERSION:=1
PKG_RELEASE:=36
PKG_RELEASE:=37
PKG_ARCH:=all
include $(INCLUDE_DIR)/package.mk
@ -18,8 +18,7 @@ define Package/automount
TITLE:=Mount autoconfig hotplug script.
MAINTAINER:=Lean
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
+kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +ntfs3-mount
endef
define Package/automount/description