diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 11:47:04 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 11:47:04 +0000 |
commit | bffe93141bd21639370f59040a933d0ab5057c1d (patch) | |
tree | 4acfc3bbcfdd8afa1ac60880c38c0ede9b7b3301 /target/x86/grub/Config.in | |
parent | 0032d3717464914ef7cd766a451e9d0424752c18 (diff) | |
download | buildroot-novena-bffe93141bd21639370f59040a933d0ab5057c1d.tar.gz buildroot-novena-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.in | 2 |
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. |