diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-08-08 10:24:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-08-08 10:24:39 +0000 |
commit | e3d5ff791fab282271bd090326fd5b16853e351d (patch) | |
tree | 72856ed1187a8fc71462db8557845eb927cde410 /openwrt/Config.in | |
parent | a2c397a8c243557e5134579e14b2404656fce93f (diff) | |
download | mtk-20170518-e3d5ff791fab282271bd090326fd5b16853e351d.zip mtk-20170518-e3d5ff791fab282271bd090326fd5b16853e351d.tar.gz mtk-20170518-e3d5ff791fab282271bd090326fd5b16853e351d.tar.bz2 |
enable ext2 rootfs by default when target is uml-2.6
SVN-Revision: 4527
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r-- | openwrt/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index edcb19a..caa7944 100644 --- a/openwrt/Config.in +++ b/openwrt/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 |