The ext4 driver supports all "ext" filesystems, including ext2 and ext3, and usually even performs better on existing ext3 partitions.
Omitting the obsolete drivers makes the kernel a bit smaller. Signed-off-by: Mike Looijmans <[email protected]> --- recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg b/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg index 47d38a8..1a3db46 100644 --- a/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg +++ b/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg @@ -66,9 +66,8 @@ CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=16384 CONFIG_TMPFS=y -CONFIG_EXT2_FS=y -CONFIG_EXT3_FS=y CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y CONFIG_JFFS2_FS=y CONFIG_JFFS2_SUMMARY=y CONFIG_NFS_FS=y -- 1.9.1 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
