Addd kernel modules for NTFS (#2181)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8396 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2007-08-11 13:09:27 +00:00
parent 60c2519c7f
commit 469cb47081
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