Addd kernel modules for NTFS (#2181)

SVN-Revision: 8396
This commit is contained in:
Florian Fainelli 2007-08-11 13:09:27 +00:00
parent d36b18dca4
commit 593502e049
2 changed files with 11 additions and 1 deletions

View file

@ -24,6 +24,16 @@ define KernelPackage/fs-minix
endef
$(eval $(call KernelPackage,fs-minix))
define KernelPackage/fs-ntfs
TITLE:=NTFS filesystem support
DESCRIPTION:=Kernel module for NTFS filesystem support
KCONFIG:=CONFIG_NTFS_FS
SUBMENU:=$(FSMENU)
AUTOLOAD:=$(call AutoLoad,30,ntfs)
FILES:=$(LINUX_DIR)/fs/ntfs/ntfs.$(LINUX_KMOD_SUFFIX)
endef
$(eval $(call KernelPackage,fs-ntfs))
define KernelPackage/fs-ext2
TITLE:=EXT2 filesystem support
DESCRIPTION:=Kernel module for EXT2 filesystem support

View file

@ -550,7 +550,7 @@ CONFIG_NLS_KOI8_R=m
CONFIG_NLS_UTF8=m
CONFIG_NONCOHERENT_IO=y
# CONFIG_NS83820 is not set
# CONFIG_NTFS_FS is not set
CONFIG_NTFS_FS=m
# CONFIG_NTFS_RW is not set
# CONFIG_NVRAM is not set
# CONFIG_OLIVETTI_M700 is not set