kernel: kmod-fs-ntfs3: fix typo
authorXu Yiming <xuyiming.open@outlook.com>
Sat, 4 Feb 2023 19:17:48 +0000 (03:17 +0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 9 Feb 2023 02:16:51 +0000 (03:16 +0100)
Fix typo that mistaken the description of ntfs3 for fuse.

Signed-off-by: Xu Yiming <xuyiming.open@outlook.com>
package/kernel/linux/modules/fs.mk

index ac2131e04a6c1ab222ce5c7204d88bd9f8b91495..19fa9fcfc07209c30da705cf6be4d42019619c48 100644 (file)
@@ -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.