summaryrefslogtreecommitdiffstats
path: root/configs/at91sam9263ek_defconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-01-14 10:03:13 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-14 10:12:23 +0100
commit319815a5d54567c1aafa17f3c8125ea74f3f3c55 (patch)
treeb0ffbd7e400570cc4cc68ebc3827c58ea55595a7 /configs/at91sam9263ek_defconfig
parent051923e948f0abbe6e2db367094f307095b8f246 (diff)
downloadbuildroot-novena-319815a5d54567c1aafa17f3c8125ea74f3f3c55.tar.gz
buildroot-novena-319815a5d54567c1aafa17f3c8125ea74f3f3c55.zip
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/at91sam9263ek_defconfig')
-rw-r--r--configs/at91sam9263ek_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/at91sam9263ek_defconfig b/configs/at91sam9263ek_defconfig
index acf86ad1a..1a7948270 100644
--- a/configs/at91sam9263ek_defconfig
+++ b/configs/at91sam9263ek_defconfig
@@ -21,5 +21,4 @@ BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="at91sam9263ek"
# Filesystem
-# BR2_TARGET_ROOTFS_EXT2 is not set
BR2_TARGET_ROOTFS_TAR=y \ No newline at end of file