mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-29 01:01:06 +02:00
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:
parent
40c48eab67
commit
2684b5ae8d
@ -24,6 +24,16 @@ define KernelPackage/fs-minix
|
|||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,fs-minix))
|
$(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
|
define KernelPackage/fs-ext2
|
||||||
TITLE:=EXT2 filesystem support
|
TITLE:=EXT2 filesystem support
|
||||||
DESCRIPTION:=Kernel module for EXT2 filesystem support
|
DESCRIPTION:=Kernel module for EXT2 filesystem support
|
||||||
|
@ -550,7 +550,7 @@ CONFIG_NLS_KOI8_R=m
|
|||||||
CONFIG_NLS_UTF8=m
|
CONFIG_NLS_UTF8=m
|
||||||
CONFIG_NONCOHERENT_IO=y
|
CONFIG_NONCOHERENT_IO=y
|
||||||
# CONFIG_NS83820 is not set
|
# CONFIG_NS83820 is not set
|
||||||
# CONFIG_NTFS_FS is not set
|
CONFIG_NTFS_FS=m
|
||||||
# CONFIG_NTFS_RW is not set
|
# CONFIG_NTFS_RW is not set
|
||||||
# CONFIG_NVRAM is not set
|
# CONFIG_NVRAM is not set
|
||||||
# CONFIG_OLIVETTI_M700 is not set
|
# CONFIG_OLIVETTI_M700 is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user