diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-08 10:24:39 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-08 10:24:39 +0000 |
commit | 2f9334da3b7749dd8ab69d1a6289e61bdb26e976 (patch) | |
tree | 0e041d121896462c1bf66bbff84fac57d25bd39a /Config.in | |
parent | 524267210bd9106f51e233e457cad3bf6461d2a7 (diff) |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |