kernel: disable kmod-fs-ntfs for Linux 6.12

This commit is contained in:
coolsnowwolf 2024-11-23 11:25:46 +08:00
parent 3346bf1ee2
commit 468d14896b

View File

@ -577,6 +577,7 @@ define KernelPackage/fs-ntfs
KCONFIG:=CONFIG_NTFS_FS
FILES:=$(LINUX_DIR)/fs/ntfs/ntfs.ko
AUTOLOAD:=$(call AutoLoad,30,ntfs)
DEPENDS+=@!LINUX_6_12
$(call AddDepends/nls)
endef