[openwrt/openwrt] kernel: kmod-fs-ntfs3: fix typo
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 8 18:17:10 PST 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1a145ccb0a4fbdd5bafc21e5c320b41a41d96ce4
commit 1a145ccb0a4fbdd5bafc21e5c320b41a41d96ce4
Author: Xu Yiming <xuyiming.open at outlook.com>
AuthorDate: Sun Feb 5 03:17:48 2023 +0800
kernel: kmod-fs-ntfs3: fix typo
Fix typo that mistaken the description of ntfs3 for fuse.
Signed-off-by: Xu Yiming <xuyiming.open at outlook.com>
---
package/kernel/linux/modules/fs.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index ac2131e04a..19fa9fcfc0 100644
--- a/package/kernel/linux/modules/fs.mk
+++ b/package/kernel/linux/modules/fs.mk
@@ -535,7 +535,7 @@ define KernelPackage/fs-ntfs3
AUTOLOAD:=$(call AutoLoad,80,ntfs3)
endef
-define KernelPackage/fuse/description
+define KernelPackage/fs-ntfs3/description
Kernel module for fully functional NTFS filesystem support. It allows
reading as well as writing.
More information about the lede-commits
mailing list