projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd71cb
)
[kernel] fix typo in HFS kernel module
author
John Crispin
<blogic@openwrt.org>
Wed, 2 Jan 2013 10:29:45 +0000
(10:29 +0000)
committer
John Crispin
<blogic@openwrt.org>
Wed, 2 Jan 2013 10:29:45 +0000
(10:29 +0000)
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34963
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index
9024163
..
c4561ef
100644
(file)
--- a/
package/kernel/modules/fs.mk
+++ b/
package/kernel/modules/fs.mk
@@
-122,7
+122,7
@@
$(eval $(call KernelPackage,fuse))
define KernelPackage/fs-hfs
SUBMENU:=$(FS_MENU)
- TITLE:=HFS
+
filesystem support
+ TITLE:=HFS filesystem support
KCONFIG:=CONFIG_HFS_FS
FILES:=$(LINUX_DIR)/fs/hfs/hfs.ko
AUTOLOAD:=$(call AutoLoad,30,hfs)