diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-17 01:25:20 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-17 01:25:20 +0000 |
commit | afa92333ac7946e1a098d022bcfc651027153acc (patch) | |
tree | 0c940a50a609d79935ab372d87565d01179bfd2d | |
parent | 1c2ebc22c18d08f0f9c6055a518d2b8465c4db27 (diff) |
add USES_EXT2 flag for target platforms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5175 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 1 | ||||
-rw-r--r-- | target/Config.in | 4 |
2 files changed, 5 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 diff --git a/target/Config.in b/target/Config.in index 9bcbd3782e..ca3397c01f 100644 --- a/target/Config.in +++ b/target/Config.in @@ -124,6 +124,7 @@ config LINUX_2_6_X86 select USB_SUPPORT select PCMCIA_SUPPORT select USES_JFFS2 + select USES_EXT2 help Build firmware images for x86 based boards (e.g. Soekris net4521 and net4801, PC Engines WRAP...) @@ -216,6 +217,9 @@ config USES_SQUASHFS config USES_JFFS2 bool +config USES_EXT2 + bool + # Architecture selection config i386 |