diff options
author | Gerry Rozema <gerryr@rozeware.com> | 2006-07-20 21:06:47 +0000 |
---|---|---|
committer | Gerry Rozema <gerryr@rozeware.com> | 2006-07-20 21:06:47 +0000 |
commit | 42fb2160c46f0bd58ab25972956ee0fffa5d8461 (patch) | |
tree | f5796f661d2a6ed126170f59624c311d0a6c5b07 /Config.in | |
parent | ae823241fe1ab7c8c52b59b5768161935b3b5051 (diff) | |
download | upstream-42fb2160c46f0bd58ab25972956ee0fffa5d8461.tar.gz upstream-42fb2160c46f0bd58ab25972956ee0fffa5d8461.tar.bz2 upstream-42fb2160c46f0bd58ab25972956ee0fffa5d8461.zip |
UML target completed. Added ext2 target fs for use with uml images
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4178 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -74,6 +74,14 @@ menu "Target Images" depends !TARGET_ROOTFS_INITRAMFS help Build a compressed tar archive of the the root filesystem + + config TARGET_ROOTFS_EXT2FS + bool "ext2" + default n + depends !TARGET_ROOTFS_INITRAMFS + help + Ext2 file system with some free space for uml images + endmenu |