295f91677012010da03963de5527e583fd9eab33
[openwrt-10.03/.git] / target / linux / olpc / image / Config.in
1 config OLPC_BOOTSCRIPT_IMAGES
2     bool "Build images with bootscript"
3     depends TARGET_olpc
4     depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
5     default y
6
7 config OLPC_BOOTSCRIPT_IMAGES_PAD
8         bool "Pad bootscript images to filesystem size (for JFFS2)"
9         depends OLPC_BOOTSCRIPT_IMAGES
10
11 config OLPC_BOOTSCRIPT_KERNELPART
12     int "Kernel partition size (in MB)"
13     depends OLPC_BOOTSCRIPT_IMAGES
14     default 4
15
16 config OLPC_BOOTSCRIPT_ROOTPART
17     string
18     prompt "Root partition on target device" if OLPC_BOOTSCRIPT_IMAGES
19     default "/dev/hda2"
20     help
21         The root partition on the final device.  If you don't know,
22         you probably want the default (/dev/hda2).
23