Skip to content

Commit

Permalink
kernel: add missing nls dependency for kmod-fs-ntfs3
Browse files Browse the repository at this point in the history
This showed up on a linux 5.15 build

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Mar 28, 2022
1 parent 92081f9 commit 3f8ea00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/kernel/linux/modules/fs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3f8ea00

Please sign in to comment.