add grub based images for x86-2.6 - still a bit hackish, but works with ext2 and...
[openwrt.git] / target / image / x86 / Config.in
1 config X86_GRUB_IMAGES
2         bool "Build GRUB images (Linux x86 or x86_64 host only)"
3         depends LINUX_2_6_X86
4         depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2
5         default y
6
7 config X86_GRUB_BAUDRATE
8         int "Serial port baud rate"
9         depends X86_GRUB_IMAGES
10         default 38400
11
12 config X86_GRUB_KERNELPART
13         int "Kernel partition size (in MB)"
14         depends X86_GRUB_IMAGES
15         default 4
16
17 config X86_GRUB_FSPART
18         int "Filesystem partition size (in MB)"
19         depends X86_GRUB_IMAGES
20         default 16