Explorar o código

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: bd0db6017b192 ("kernel: 5.15: add new module")
Signed-off-by: Rafał Miłecki <[email protected]>
Rafał Miłecki %!s(int64=3) %!d(string=hai) anos
pai
achega
ad0731cc65
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/kernel/linux/modules/fs.mk

+ 1 - 0
package/kernel/linux/modules/fs.mk

@@ -649,6 +649,7 @@ define KernelPackage/fs-ntfs3
   KCONFIG:= CONFIG_NTFS3_FS CONFIG_NTFS3_FS_POSIX_ACL=y
   FILES:=$(LINUX_DIR)/fs/ntfs3/ntfs3.ko
   $(call AddDepends/nls)
+  DEPENDS+=@!LINUX_5_10
   AUTOLOAD:=$(call AutoLoad,80,ntfs3)
 endef