From: Florian Fainelli Date: Sat, 11 Aug 2007 13:09:27 +0000 (+0000) Subject: Addd kernel modules for NTFS (#2181) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=45819ee1cabbcb7c1b23600e1156ae87fb8b5a86;hp=933adc473369e3f7330812496c1f5178638937a0 Addd kernel modules for NTFS (#2181) SVN-Revision: 8396 --- diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk index 581dae67d2..00dc1622da 100644 --- a/package/kernel/modules/fs.mk +++ b/package/kernel/modules/fs.mk @@ -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 diff --git a/target/linux/generic-2.4/config-template b/target/linux/generic-2.4/config-template index fda9e1af4b..1607f04508 100644 --- a/target/linux/generic-2.4/config-template +++ b/target/linux/generic-2.4/config-template @@ -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