fix typo in HFS kernel module
Signed-off-by: Ian Leonard <antonlacon@gmail.com> SVN-Revision: 34963
This commit is contained in:
parent
15e29f3d9b
commit
075ea0d52e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ $(eval $(call KernelPackage,fuse))
|
||||||
|
|
||||||
define KernelPackage/fs-hfs
|
define KernelPackage/fs-hfs
|
||||||
SUBMENU:=$(FS_MENU)
|
SUBMENU:=$(FS_MENU)
|
||||||
TITLE:=HFS+ filesystem support
|
TITLE:=HFS filesystem support
|
||||||
KCONFIG:=CONFIG_HFS_FS
|
KCONFIG:=CONFIG_HFS_FS
|
||||||
FILES:=$(LINUX_DIR)/fs/hfs/hfs.ko
|
FILES:=$(LINUX_DIR)/fs/hfs/hfs.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,hfs)
|
AUTOLOAD:=$(call AutoLoad,30,hfs)
|
||||||
|
|
Loading…
Reference in a new issue