aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-07-20 14:53:43 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-07-20 14:53:43 +0000
commit4ecbf2e252eb1e165d10fe8d441091b860ef0eda (patch)
tree54f366da2ae4470c19b7001331380f576a284a72 /Config.in
parent56d235dfb7ea4975dba870c5753805e658bce8b3 (diff)
downloadupstream-4ecbf2e252eb1e165d10fe8d441091b860ef0eda.tar.gz
upstream-4ecbf2e252eb1e165d10fe8d441091b860ef0eda.tar.bz2
upstream-4ecbf2e252eb1e165d10fe8d441091b860ef0eda.zip
Fix the automatic selection of ext2 when not using neither squashfs nor jffs2
SVN-Revision: 8075
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 5518290f48..3fbc87526b 100644
--- a/Config.in
+++ b/Config.in
@@ -43,7 +43,6 @@ menu "Target Images"
config TARGET_ROOTFS_EXT2FS
bool "ext2"
- default y if !USES_SQUASHFS && !USES_JFFS2
default y if USES_EXT2
depends !TARGET_ROOTFS_INITRAMFS
help