From bffe93141bd21639370f59040a933d0ab5057c1d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 17 Nov 2006 11:47:04 +0000 Subject: - also allow grub for x86_64 - bump version --- target/x86/grub/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/x86/grub/Config.in') 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. -- cgit v1.2.3