mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-04 09:33:50 +01:00
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
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue