kernel: add missing nls dependency for kmod-fs-ntfs3
This showed up on a linux 5.15 build Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
92081f9a34
commit
3f8ea009d0
1 changed files with 1 additions and 0 deletions
|
@ -648,6 +648,7 @@ define KernelPackage/fs-ntfs3
|
|||
TITLE:=Ntfs3 support
|
||||
KCONFIG:= CONFIG_NTFS3_FS CONFIG_NTFS3_FS_POSIX_ACL=y
|
||||
FILES:=$(LINUX_DIR)/fs/ntfs3/ntfs3.ko
|
||||
$(call AddDepends/nls)
|
||||
AUTOLOAD:=$(call AutoLoad,80,ntfs3)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue