kernel: disable kmod-fs-ntfs3 for Linux 5.10
This new NTFS driver was added in kernel 5.15. Avoid building empty
package for kernel 5.10.
Fixes: bd0db6017b
("kernel: 5.15: add new module")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
d80c91b23e
commit
ad0731cc65
1 changed files with 1 additions and 0 deletions
|
@ -649,6 +649,7 @@ define KernelPackage/fs-ntfs3
|
||||||
KCONFIG:= CONFIG_NTFS3_FS CONFIG_NTFS3_FS_POSIX_ACL=y
|
KCONFIG:= CONFIG_NTFS3_FS CONFIG_NTFS3_FS_POSIX_ACL=y
|
||||||
FILES:=$(LINUX_DIR)/fs/ntfs3/ntfs3.ko
|
FILES:=$(LINUX_DIR)/fs/ntfs3/ntfs3.ko
|
||||||
$(call AddDepends/nls)
|
$(call AddDepends/nls)
|
||||||
|
DEPENDS+=@!LINUX_5_10
|
||||||
AUTOLOAD:=$(call AutoLoad,80,ntfs3)
|
AUTOLOAD:=$(call AutoLoad,80,ntfs3)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue