From 319815a5d54567c1aafa17f3c8125ea74f3f3c55 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 14 Jan 2011 10:03:13 +0100 Subject: fs/ext2: don't enable by default It's pretty uncommon to use ext2fs on embedded systems, so don't enable it by default. Adjust defconfigs to match. Signed-off-by: Peter Korsgaard --- configs/at91rm9200df_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/at91rm9200df_defconfig') diff --git a/configs/at91rm9200df_defconfig b/configs/at91rm9200df_defconfig index b23665f8f..4229155a7 100644 --- a/configs/at91rm9200df_defconfig +++ b/configs/at91rm9200df_defconfig @@ -2,7 +2,6 @@ BR2_arm=y # Filesystem -# BR2_TARGET_ROOTFS_EXT2 is not set BR2_TARGET_ROOTFS_JFFS2=y BR2_TARGET_ROOTFS_JFFS2_DATAFLASH_1056=y BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x420 -- cgit v1.2.3