From 08c82bc1ce7d8c88c93f3ec84c35eddca7748585 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 12 Sep 2022 17:18:11 +0800 Subject: [PATCH] automount: fix missing separator Signed-off-by: Tianling Shen --- package/emortal/automount/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/emortal/automount/Makefile b/package/emortal/automount/Makefile index c2734c5b13..fa5642140a 100644 --- a/package/emortal/automount/Makefile +++ b/package/emortal/automount/Makefile @@ -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