diff options
author | Xu Yiming <xuyiming.open@outlook.com> | 2023-02-05 03:17:48 +0800 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-02-09 03:16:51 +0100 |
commit | 1a145ccb0a4fbdd5bafc21e5c320b41a41d96ce4 (patch) | |
tree | 2b80960b14f69575f63fe0d025ecf56271b40dd9 /package/kernel/linux/modules | |
parent | e8096de9a2d64f9728ad040cfc55fc55ab6dc793 (diff) | |
download | upstream-1a145ccb0a4fbdd5bafc21e5c320b41a41d96ce4.tar.gz upstream-1a145ccb0a4fbdd5bafc21e5c320b41a41d96ce4.tar.bz2 upstream-1a145ccb0a4fbdd5bafc21e5c320b41a41d96ce4.zip |
kernel: kmod-fs-ntfs3: fix typo
Fix typo that mistaken the description of ntfs3 for fuse.
Signed-off-by: Xu Yiming <xuyiming.open@outlook.com>
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r-- | package/kernel/linux/modules/fs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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. |