automount: fix typo error

Fixes: #777

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-09-11 10:56:19 +08:00
parent ae33780967
commit 162c7e4653
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -25,7 +25,7 @@ define Package/automount
+!TARGET_ramips:kmod-usb-storage-uas \
+kmod-fs-ext4 \
+kmod-fs-exfat \
+kmod-fs-vfat
+kmod-fs-vfat \
+ntfs3-mount
PKGARCH:=all
endef