From 5acc56143fb74aa122bc8fdaca5a0a6e333237b6 Mon Sep 17 00:00:00 2001 From: cuiyf5516 <48861298+cuiyf5516@users.noreply.github.com> Date: Sat, 24 Dec 2022 01:26:46 +0800 Subject: [PATCH] automount: add kmod-fs-ntfs3 (#10671) --- 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 6df629143..bdb334de4 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:=39 +PKG_RELEASE:=40 PKG_ARCH:=all include $(INCLUDE_DIR)/package.mk @@ -18,7 +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 + +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-ntfs3 endef define Package/automount/description