Skip to content

Commit

Permalink
kernel: disable kmod-fs-ntfs for Linux 6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Nov 23, 2024
1 parent 3346bf1 commit 468d148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/kernel/linux/modules/fs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 468d148

Please sign in to comment.