diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-09 00:12:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-09 00:12:13 +0000 |
commit | 2e31d32a0c01cbe8b8dbbadf24ba393682723469 (patch) | |
tree | 4430d9946ef2c3fa5904c122ebd70aa1e2e3c7e1 /target/x86/grub/Config.in | |
parent | 8df304656c3482f01b8ea62cbbc1d8713ba22439 (diff) | |
download | buildroot-novena-2e31d32a0c01cbe8b8dbbadf24ba393682723469.tar.gz buildroot-novena-2e31d32a0c01cbe8b8dbbadf24ba393682723469.zip |
touchup target menu display
Diffstat (limited to 'target/x86/grub/Config.in')
-rw-r--r-- | target/x86/grub/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/grub/Config.in b/target/x86/grub/Config.in index 2dc241a23..409abe818 100644 --- a/target/x86/grub/Config.in +++ b/target/x86/grub/Config.in @@ -1,5 +1,5 @@ config BR2_TARGET_GRUB - bool "grub bootloader" + bool "grub" default n depends on BR2_i386 help |