Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] allow build of syslinux on x86_64
@ 2010-11-28 23:30 heiko at zuerker.org
  2010-11-29 19:23 ` Thomas Petazzoni
  2010-11-29 20:48 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: heiko at zuerker.org @ 2010-11-28 23:30 UTC (permalink / raw)
  To: buildroot

From: Heiko Zuerker <smiley73@users.sourceforge.net>

Signed-off-by: Heiko Zuerker <smiley73@users.sourceforge.net>
---
 boot/syslinux/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/boot/syslinux/Config.in b/boot/syslinux/Config.in
index c65bc1f..5650f91 100644
--- a/boot/syslinux/Config.in
+++ b/boot/syslinux/Config.in
@@ -1,6 +1,6 @@
 config BR2_TARGET_SYSLINUX
 	bool "syslinux"
-	depends on BR2_i386
+	depends on BR2_i386 || BR2_x86_64
 	help
 	  The syslinux bootloader for x86 systems.
 	  This includes: syslinux, pxelinux, extlinux.
-- 
1.7.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-29 20:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-28 23:30 [Buildroot] [PATCH 1/1] allow build of syslinux on x86_64 heiko at zuerker.org
2010-11-29 19:23 ` Thomas Petazzoni
2010-11-29 20:48 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox