[openwrt/openwrt] kernel: add missing nls dependency for kmod-fs-ntfs3

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 28 02:08:16 PDT 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3f8ea009d0321a3a4b5d891210e7942824a5714c

commit 3f8ea009d0321a3a4b5d891210e7942824a5714c
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Mar 28 10:58:40 2022 +0200

    kernel: add missing nls dependency for kmod-fs-ntfs3
    
    This showed up on a linux 5.15 build
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/linux/modules/fs.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index a6f808a86a..06c609b754 100644
--- a/package/kernel/linux/modules/fs.mk
+++ b/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
 




More information about the lede-commits mailing list