summaryrefslogtreecommitdiffstats
path: root/target/x86/grub/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-11-17 12:47:04 +0100
committerBernhard Reutner-Fischer2006-11-17 12:47:04 +0100
commitbffe93141bd21639370f59040a933d0ab5057c1d (patch)
tree4acfc3bbcfdd8afa1ac60880c38c0ede9b7b3301 /target/x86/grub/Config.in
parent- newer busyboxen want CROSS_COMPILE rather than the old CROSS. (diff)
downloadbuildroot-bffe93141bd21639370f59040a933d0ab5057c1d.tar.gz
buildroot-bffe93141bd21639370f59040a933d0ab5057c1d.tar.xz
buildroot-bffe93141bd21639370f59040a933d0ab5057c1d.zip
- also allow grub for x86_64
- bump version
Diffstat (limited to 'target/x86/grub/Config.in')
-rw-r--r--target/x86/grub/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/grub/Config.in b/target/x86/grub/Config.in
index f84c0d48c..72326055a 100644
--- a/target/x86/grub/Config.in
+++ b/target/x86/grub/Config.in
@@ -1,7 +1,7 @@
config BR2_TARGET_GRUB
bool "grub"
default n
- depends on BR2_i386
+ depends on BR2_i386 || BR2_x86_64
help
The GRand Unified Bootloader for x86 systems.