diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-23 05:09:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-23 05:09:05 +0000 |
commit | d7d57699ef83cce36d87bef73c9e1fbdc765a64c (patch) | |
tree | e43edbfd5eaaadf7acd1237081dce715d1ea0a57 /target/x86/grub/Config.in | |
parent | f5723cdb9b3d899278a56368c9bec89a2e51d800 (diff) |
Add support for building a few commonly used bootloaders
Diffstat (limited to 'target/x86/grub/Config.in')
-rw-r--r-- | target/x86/grub/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/x86/grub/Config.in b/target/x86/grub/Config.in new file mode 100644 index 000000000..2dc241a23 --- /dev/null +++ b/target/x86/grub/Config.in @@ -0,0 +1,6 @@ +config BR2_TARGET_GRUB + bool "grub bootloader" + default n + depends on BR2_i386 + help + The GRand Unified Bootloader for x86 systems. |