From: Xu Yiming Date: Sat, 4 Feb 2023 19:17:48 +0000 (+0800) Subject: kernel: kmod-fs-ntfs3: fix typo X-Git-Tag: v23.05.0-rc1~1034 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11936%2Fhead;p=thirdparty%2Fopenwrt.git kernel: kmod-fs-ntfs3: fix typo Fix typo that mistaken the description of ntfs3 for fuse. Signed-off-by: Xu Yiming --- diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index ac2131e04a6..19fa9fcfc07 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.