mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 01:41:41 +00:00
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
@ -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…
x
Reference in New Issue
Block a user