Update fs.mk

This commit is contained in:
骷髅头
2022-10-22 17:24:45 +08:00
committed by GitHub
parent 75ca6c31f0
commit f0aff2425f

View File

@@ -530,7 +530,7 @@ $(eval $(call KernelPackage,fs-ntfs))
define KernelPackage/fs-ntfs3
SUBMENU:=$(FS_MENU)
TITLE:=NTFS3 Read-Write file system support
DEPENDS:=@LINUX_5_4 +kmod-nls-base
DEPENDS:=@(LINUX_5_4||LINUX_5_15) +kmod-nls-base
KCONFIG:= \
CONFIG_NTFS3_FS \
CONFIG_NTFS3_64BIT_CLUSTER=y \