add missing dependency for kmod-ntfs (patch from #5638)
SVN-Revision: 17435
This commit is contained in:
parent
8c7c2d9116
commit
e6b2b9bd41
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ define KernelPackage/fs-ntfs
|
|||
KCONFIG:=CONFIG_NTFS_FS
|
||||
FILES:=$(LINUX_DIR)/fs/ntfs/ntfs.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,30,ntfs)
|
||||
$(call KernelPackage/nls/Depends)
|
||||
endef
|
||||
|
||||
define KernelPackage/fs-ntfs/description
|
||||
|
|
Loading…
Reference in a new issue