diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-17 01:25:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-17 01:25:20 +0000 |
commit | 5e41b51ef6bfc7f69457bfe570dca43fadd70347 (patch) | |
tree | 0c940a50a609d79935ab372d87565d01179bfd2d /Config.in | |
parent | 38bd53b7ae08756aa4aa78cd2804abf2fec1bd9c (diff) | |
download | upstream-5e41b51ef6bfc7f69457bfe570dca43fadd70347.tar.gz upstream-5e41b51ef6bfc7f69457bfe570dca43fadd70347.tar.bz2 upstream-5e41b51ef6bfc7f69457bfe570dca43fadd70347.zip |
add USES_EXT2 flag for target platforms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5175 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ 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 Ext2 file system with some free space for uml images |