diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-20 14:53:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-20 14:53:43 +0000 |
commit | 4ecbf2e252eb1e165d10fe8d441091b860ef0eda (patch) | |
tree | 54f366da2ae4470c19b7001331380f576a284a72 /Config.in | |
parent | 56d235dfb7ea4975dba870c5753805e658bce8b3 (diff) | |
download | upstream-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.in | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |