From 5cd5287c63bd0be72b4ae00fc1af508a2b42e541 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 8 Oct 2006 15:48:56 +0000 Subject: add grub based images for x86-2.6 - still a bit hackish, but works with ext2 and jffs2 git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4962 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/image/x86/Config.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/image/x86/Config.in (limited to 'target/image/x86/Config.in') diff --git a/target/image/x86/Config.in b/target/image/x86/Config.in new file mode 100644 index 000000000..fa61468c9 --- /dev/null +++ b/target/image/x86/Config.in @@ -0,0 +1,20 @@ +config X86_GRUB_IMAGES + bool "Build GRUB images (Linux x86 or x86_64 host only)" + depends LINUX_2_6_X86 + depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 + default y + +config X86_GRUB_BAUDRATE + int "Serial port baud rate" + depends X86_GRUB_IMAGES + default 38400 + +config X86_GRUB_KERNELPART + int "Kernel partition size (in MB)" + depends X86_GRUB_IMAGES + default 4 + +config X86_GRUB_FSPART + int "Filesystem partition size (in MB)" + depends X86_GRUB_IMAGES + default 16 -- cgit v1.2.3