enable ext2 rootfs by default when target is uml-2.6
SVN-Revision: 4527
This commit is contained in:
parent
a2c397a8c2
commit
e3d5ff791f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ menu "Target Images"
|
||||||
|
|
||||||
config TARGET_ROOTFS_EXT2FS
|
config TARGET_ROOTFS_EXT2FS
|
||||||
bool "ext2"
|
bool "ext2"
|
||||||
default n
|
default y if LINUX_2_6_UML
|
||||||
depends !TARGET_ROOTFS_INITRAMFS
|
depends !TARGET_ROOTFS_INITRAMFS
|
||||||
help
|
help
|
||||||
Ext2 file system with some free space for uml images
|
Ext2 file system with some free space for uml images
|
||||||
|
|
Loading…
Reference in a new issue