diff options
author | Heiko Zuerker <smiley73@users.sourceforge.net> | 2010-11-28 17:30:12 -0600 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-29 21:47:48 +0100 |
commit | 87683d7e9c524800f8d90ecfbdc44818430e684f (patch) | |
tree | d69fe177a1d9526dfbb40d443774d36fae81c720 | |
parent | b32c8f23e541eb42674104ba305bb64283ea2f0c (diff) |
boot/syslinux: allow build on x86_64
Signed-off-by: Heiko Zuerker <smiley73@users.sourceforge.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | 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 c65bc1f10..5650f91ba 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. |