automount: fix missing separator

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-09-12 17:18:11 +08:00
parent a21a326a17
commit 08c82bc1ce
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -30,8 +30,8 @@ define Package/automount
+kmod-fs-ext4 \
+!LINUX_5_4:kmod-fs-exfat \
+LINUX_5_4:kmod-fs-exfat0 \
+kmod-fs-vfat
+!LINUX_5_15:ntfs-3g
+kmod-fs-vfat \
+!LINUX_5_15:ntfs-3g \
+LINUX_5_15:ntfs3-mount
PKGARCH:=all
endef