projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8096de
)
kernel: kmod-fs-ntfs3: fix typo
author
Xu Yiming
<xuyiming.open@outlook.com>
Sat, 4 Feb 2023 19:17:48 +0000
(
03:17
+0800)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/fs.mk
b/package/kernel/linux/modules/fs.mk
index ac2131e04a6c1ab222ce5c7204d88bd9f8b91495..19fa9fcfc07209c30da705cf6be4d42019619c48 100644
(file)
--- 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/f
use
/description
+define KernelPackage/f
s-ntfs3
/description
Kernel module for fully functional NTFS filesystem support. It allows
reading as well as writing.