add kmod-fs-minix
SVN-Revision: 3024
This commit is contained in:
parent
e9321ec04a
commit
fa830a2d81
9 changed files with 18 additions and 6 deletions
|
@ -836,7 +836,7 @@ CONFIG_JOLIET=y
|
||||||
# CONFIG_JFS_FS is not set
|
# CONFIG_JFS_FS is not set
|
||||||
# CONFIG_JFS_DEBUG is not set
|
# CONFIG_JFS_DEBUG is not set
|
||||||
# CONFIG_JFS_STATISTICS is not set
|
# CONFIG_JFS_STATISTICS is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
CONFIG_MINIX_FS=m
|
||||||
# CONFIG_VXFS_FS is not set
|
# CONFIG_VXFS_FS is not set
|
||||||
# CONFIG_NTFS_FS is not set
|
# CONFIG_NTFS_FS is not set
|
||||||
# CONFIG_NTFS_RW is not set
|
# CONFIG_NTFS_RW is not set
|
||||||
|
|
|
@ -1272,7 +1272,7 @@ CONFIG_JFS_FS=m
|
||||||
# CONFIG_JFS_STATISTICS is not set
|
# CONFIG_JFS_STATISTICS is not set
|
||||||
# CONFIG_FS_POSIX_ACL is not set
|
# CONFIG_FS_POSIX_ACL is not set
|
||||||
# CONFIG_XFS_FS is not set
|
# CONFIG_XFS_FS is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
CONFIG_MINIX_FS=m
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
# CONFIG_INOTIFY is not set
|
# CONFIG_INOTIFY is not set
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
|
|
|
@ -1038,7 +1038,7 @@ CONFIG_JOLIET=y
|
||||||
# CONFIG_JFS_FS is not set
|
# CONFIG_JFS_FS is not set
|
||||||
# CONFIG_JFS_DEBUG is not set
|
# CONFIG_JFS_DEBUG is not set
|
||||||
# CONFIG_JFS_STATISTICS is not set
|
# CONFIG_JFS_STATISTICS is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
CONFIG_MINIX_FS=m
|
||||||
# CONFIG_VXFS_FS is not set
|
# CONFIG_VXFS_FS is not set
|
||||||
# CONFIG_NTFS_FS is not set
|
# CONFIG_NTFS_FS is not set
|
||||||
# CONFIG_NTFS_RW is not set
|
# CONFIG_NTFS_RW is not set
|
||||||
|
|
|
@ -1448,7 +1448,7 @@ CONFIG_XFS_FS=m
|
||||||
# CONFIG_XFS_SECURITY is not set
|
# CONFIG_XFS_SECURITY is not set
|
||||||
# CONFIG_XFS_POSIX_ACL is not set
|
# CONFIG_XFS_POSIX_ACL is not set
|
||||||
# CONFIG_XFS_RT is not set
|
# CONFIG_XFS_RT is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
CONFIG_MINIX_FS=m
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
CONFIG_INOTIFY=y
|
CONFIG_INOTIFY=y
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
|
|
4
openwrt/target/linux/control/kmod-fs-minix.control
Normal file
4
openwrt/target/linux/control/kmod-fs-minix.control
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Package: kmod-fs-minix
|
||||||
|
Priority: optional
|
||||||
|
Section: sys
|
||||||
|
Description: Kernel modules for MINIX filesystem support
|
|
@ -142,6 +142,10 @@ $(eval $(call KMOD_template,FS_CIFS,fs-cifs,\
|
||||||
$(MODULES_DIR)/kernel/fs/cifs/cifs.o \
|
$(MODULES_DIR)/kernel/fs/cifs/cifs.o \
|
||||||
,CONFIG_CIFS,,30,cifs))
|
,CONFIG_CIFS,,30,cifs))
|
||||||
|
|
||||||
|
$(eval $(call KMOD_template,FS_MINIX,fs-minix,\
|
||||||
|
$(MODULES_DIR)/kernel/fs/minix/*.o \
|
||||||
|
,CONFIG_MINIX_FS,,30,minix))
|
||||||
|
|
||||||
$(eval $(call KMOD_template,FS_EXT2,fs-ext2,\
|
$(eval $(call KMOD_template,FS_EXT2,fs-ext2,\
|
||||||
$(MODULES_DIR)/kernel/fs/ext2/*.o \
|
$(MODULES_DIR)/kernel/fs/ext2/*.o \
|
||||||
,CONFIG_EXT2_FS,,30,ext2))
|
,CONFIG_EXT2_FS,,30,ext2))
|
||||||
|
|
|
@ -133,6 +133,10 @@ $(eval $(call KMOD_template,FS_CIFS,fs-cifs,\
|
||||||
$(MODULES_DIR)/kernel/fs/cifs/cifs.ko \
|
$(MODULES_DIR)/kernel/fs/cifs/cifs.ko \
|
||||||
,CONFIG_CIFS,kmod-nls-base,30,cifs))
|
,CONFIG_CIFS,kmod-nls-base,30,cifs))
|
||||||
|
|
||||||
|
$(eval $(call KMOD_template,FS_MINIX,fs-minix,\
|
||||||
|
$(MODULES_DIR)/kernel/fs/minix/minix.ko \
|
||||||
|
,CONFIG_MINIX_FS,,30,minix))
|
||||||
|
|
||||||
$(eval $(call KMOD_template,FS_EXT2,fs-ext2,\
|
$(eval $(call KMOD_template,FS_EXT2,fs-ext2,\
|
||||||
$(MODULES_DIR)/kernel/fs/ext2/ext2.ko \
|
$(MODULES_DIR)/kernel/fs/ext2/ext2.ko \
|
||||||
,CONFIG_EXT2_FS,,30,ext2))
|
,CONFIG_EXT2_FS,,30,ext2))
|
||||||
|
|
|
@ -1027,7 +1027,7 @@ CONFIG_JOLIET=y
|
||||||
# CONFIG_JFS_FS is not set
|
# CONFIG_JFS_FS is not set
|
||||||
# CONFIG_JFS_DEBUG is not set
|
# CONFIG_JFS_DEBUG is not set
|
||||||
# CONFIG_JFS_STATISTICS is not set
|
# CONFIG_JFS_STATISTICS is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
CONFIG_MINIX_FS=m
|
||||||
# CONFIG_VXFS_FS is not set
|
# CONFIG_VXFS_FS is not set
|
||||||
# CONFIG_NTFS_FS is not set
|
# CONFIG_NTFS_FS is not set
|
||||||
# CONFIG_NTFS_RW is not set
|
# CONFIG_NTFS_RW is not set
|
||||||
|
|
|
@ -1764,7 +1764,7 @@ CONFIG_XFS_FS=m
|
||||||
# CONFIG_XFS_SECURITY is not set
|
# CONFIG_XFS_SECURITY is not set
|
||||||
# CONFIG_XFS_POSIX_ACL is not set
|
# CONFIG_XFS_POSIX_ACL is not set
|
||||||
# CONFIG_XFS_RT is not set
|
# CONFIG_XFS_RT is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
CONFIG_MINIX_FS=m
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
# CONFIG_INOTIFY is not set
|
# CONFIG_INOTIFY is not set
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
|
|
Loading…
Reference in a new issue