summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-23 22:03:23 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-23 22:03:23 +0000
commit90569110588029d61ff84bb17397805dfd8edb5a (patch)
tree381a50c080a2618d372e07539d06495d9afdde72 /Config.in
parent93f14ce27eb1b0feeca985a90952c5fd0f005471 (diff)
clean up filesystem selction
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/Config.in b/Config.in
index d1d66ff0d..7b28255fb 100644
--- a/Config.in
+++ b/Config.in
@@ -64,31 +64,28 @@ menu "Target Images"
config TARGET_ROOTFS_JFFS2
bool "jffs2"
- default y
+ default y if USES_JFFS2
depends !TARGET_ROOTFS_INITRAMFS
help
Build a jffs2 root filesystem
config TARGET_ROOTFS_SQUASHFS
bool "squashfs"
- default y
- depends !LINUX_2_6_ARUBA
- depends !LINUX_2_6_XSCALE
+ default y if USES_SQUASHFS
depends !TARGET_ROOTFS_INITRAMFS
- depends !LINUX_2_6_AU1000
help
Build a squashfs-lzma root filesystem
config TARGET_ROOTFS_TGZ
bool "tgz"
- default y if !LINUX_2_4_BRCM && !LINUX_2_6_BRCM && !LINUX_2_6_ARUBA && !LINUX_2_4_AR531X
+ default y if !USES_SQUASHFS && !USES_JFFS2
depends !TARGET_ROOTFS_INITRAMFS
help
Build a compressed tar archive of the the root filesystem
config TARGET_ROOTFS_EXT2FS
bool "ext2"
- default y if LINUX_2_6_UML
+ default y if !USES_SQUASHFS && !USES_JFFS2
depends !TARGET_ROOTFS_INITRAMFS
help
Ext2 file system with some free space for uml images