diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2016-07-28 07:38:31 +0200 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-07-31 18:41:00 +1000 |
commit | f165bbb765850e90eea3adbdeb68803e8076f9e4 (patch) | |
tree | 56386f057bf5c7940607bacc70a51915f05c6bfe | |
parent | 60985416089f7db0eab527396b18c9e5480a2979 (diff) | |
download | meta-xilinx-f165bbb765850e90eea3adbdeb68803e8076f9e4.tar.gz |
linux standard.cfg: Replace ext2/ext3 drivers with ext4
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 <mike.looijmans@topic.nl>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg | 3 |
1 files changed, 1 insertions, 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 47d38a8b..1a3db46b 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 | |||
66 | CONFIG_BLK_DEV_RAM_SIZE=16384 | 66 | CONFIG_BLK_DEV_RAM_SIZE=16384 |
67 | 67 | ||
68 | CONFIG_TMPFS=y | 68 | CONFIG_TMPFS=y |
69 | CONFIG_EXT2_FS=y | ||
70 | CONFIG_EXT3_FS=y | ||
71 | CONFIG_EXT4_FS=y | 69 | CONFIG_EXT4_FS=y |
70 | CONFIG_EXT4_USE_FOR_EXT2=y | ||
72 | CONFIG_JFFS2_FS=y | 71 | CONFIG_JFFS2_FS=y |
73 | CONFIG_JFFS2_SUMMARY=y | 72 | CONFIG_JFFS2_SUMMARY=y |
74 | CONFIG_NFS_FS=y | 73 | CONFIG_NFS_FS=y |