summaryrefslogtreecommitdiffstats
path: root/configs/qemu_sh4_r2d_defconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-01-14 11:03:49 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-14 11:03:49 +0100
commitf12b1771a10a95a2e6b13d65536c6c3c591fb5e2 (patch)
tree038a58e7a1717554b45c13097a807a096bfa6167 /configs/qemu_sh4_r2d_defconfig
parent319815a5d54567c1aafa17f3c8125ea74f3f3c55 (diff)
downloadbuildroot-novena-f12b1771a10a95a2e6b13d65536c6c3c591fb5e2.tar.gz
buildroot-novena-f12b1771a10a95a2e6b13d65536c6c3c591fb5e2.zip
fs/tar: enable by default
This way we'll get something in images/ by default, and hopefully people will be less likely to try to use target/ directly. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/qemu_sh4_r2d_defconfig')
-rw-r--r--configs/qemu_sh4_r2d_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig
index ba46ea09a..f40633c62 100644
--- a/configs/qemu_sh4_r2d_defconfig
+++ b/configs/qemu_sh4_r2d_defconfig
@@ -4,6 +4,7 @@ BR2_sh4=y
# filesystem
BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
# The kernel wants to use the -m4-nofpu option to make sure that it
# doesn't use floating point operations.