aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-08-08 10:24:39 +0000
committerNicolas Thill <nico@openwrt.org>2006-08-08 10:24:39 +0000
commit793b8ca59ab5fd3ff052a07b0ba0a45fc9e15dfb (patch)
tree0e041d121896462c1bf66bbff84fac57d25bd39a /Config.in
parentab87847e4c946b451ed0966bf64d112004df5f25 (diff)
downloadupstream-793b8ca59ab5fd3ff052a07b0ba0a45fc9e15dfb.tar.gz
upstream-793b8ca59ab5fd3ff052a07b0ba0a45fc9e15dfb.tar.bz2
upstream-793b8ca59ab5fd3ff052a07b0ba0a45fc9e15dfb.zip
enable ext2 rootfs by default when target is uml-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4527 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index edcb19a4f5..caa7944799 100644
--- a/Config.in
+++ b/Config.in
@@ -88,7 +88,7 @@ menu "Target Images"
config TARGET_ROOTFS_EXT2FS
bool "ext2"
- default n
+ default y if LINUX_2_6_UML
depends !TARGET_ROOTFS_INITRAMFS
help
Ext2 file system with some free space for uml images