mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
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
@ -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 New Issue
Block a user