Skip to content

Commit 5acc561

Browse files
authored
automount: add kmod-fs-ntfs3 (coolsnowwolf#10671)
1 parent 2292bc3 commit 5acc561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/lean/automount/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=automount
1111
PKG_VERSION:=1
12-
PKG_RELEASE:=39
12+
PKG_RELEASE:=40
1313
PKG_ARCH:=all
1414

1515
include $(INCLUDE_DIR)/package.mk
@@ -18,7 +18,7 @@ define Package/automount
1818
TITLE:=Mount autoconfig hotplug script.
1919
MAINTAINER:=Lean
2020
DEPENDS:=+block-mount +kmod-fs-exfat +kmod-fs-ext4 +kmod-fs-vfat +libblkid \
21-
+kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas
21+
+kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-ntfs3
2222
endef
2323

2424
define Package/automount/description

0 commit comments

Comments
 (0)