exFAT: add conflict mark

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-03-22 16:39:09 +08:00
parent 4a7221f108
commit 99870c306d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -29,6 +29,7 @@ define KernelPackage/fs-exfat0
FILES:=$(PKG_BUILD_DIR)/exfat.ko
AUTOLOAD:=$(call AutoProbe,exfat)
DEPENDS:=+kmod-nls-base
CONFLICTS:=kmod-fs-exfat
endef
define KernelPackage/exfat0/description