make filesystem size selection generic (for ext2)
[openwrt/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