Explorar o código

kernel: kmod-fs-ntfs3: fix typo

Fix typo that mistaken the description of ntfs3 for fuse.

Signed-off-by: Xu Yiming <[email protected]>
Xu Yiming %!s(int64=2) %!d(string=hai) anos
pai
achega
1a145ccb0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/kernel/linux/modules/fs.mk

+ 1 - 1
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.