Explorar o código

kernel: add missing nls dependency for kmod-fs-ntfs3

This showed up on a linux 5.15 build

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau %!s(int64=3) %!d(string=hai) anos
pai
achega
3f8ea009d0
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

@@ -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