add missing dependency for kmod-ntfs (patch from #5638)

SVN-Revision: 17435
This commit is contained in:
Felix Fietkau 2009-08-28 16:26:48 +00:00
parent 8c7c2d9116
commit e6b2b9bd41

View File

@ -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