select BUILDOPTS
select TOOLCHAINOPTS
+config BROKEN
+ bool "Show broken platforms / packages" if DEVEL
+ default n
+
menuconfig BUILDOPTS
bool "Build Options" if DEVEL
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