diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-14 10:03:13 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-14 10:12:23 +0100 |
commit | 319815a5d54567c1aafa17f3c8125ea74f3f3c55 (patch) | |
tree | b0ffbd7e400570cc4cc68ebc3827c58ea55595a7 /configs/qemu_sh4_r2d_defconfig | |
parent | 051923e948f0abbe6e2db367094f307095b8f246 (diff) |
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 <jacmet@sunsite.dk>
Diffstat (limited to 'configs/qemu_sh4_r2d_defconfig')
-rw-r--r-- | configs/qemu_sh4_r2d_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig index 5e1f626fd..ba46ea09a 100644 --- a/configs/qemu_sh4_r2d_defconfig +++ b/configs/qemu_sh4_r2d_defconfig @@ -2,6 +2,9 @@ BR2_sh=y BR2_sh4=y +# filesystem +BR2_TARGET_ROOTFS_EXT2=y + # The kernel wants to use the -m4-nofpu option to make sure that it # doesn't use floating point operations. BR2_GCC_VERSION_4_5_X=y |