2005-06-23 07:09:05 +02:00
|
|
|
config BR2_TARGET_SYSLINUX
|
2005-09-09 02:12:13 +02:00
|
|
|
bool "syslinux"
|
2010-11-29 00:30:12 +01:00
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2005-06-23 07:09:05 +02:00
|
|
|
help
|
|
|
|
The syslinux bootloader for x86 systems.
|
2009-09-21 10:14:55 +02:00
|
|
|
This includes: syslinux, pxelinux, extlinux.
|
2007-07-08 22:51:19 +02:00
|
|
|
|
2012-03-29 22:21:43 +02:00
|
|
|
http://syslinux.org
|
|
|
|
|
2011-07-05 21:54:04 +02:00
|
|
|
config BR2_TARGET_SYSLINUX_ISOLINUX
|
|
|
|
bool "Install isolinux"
|
|
|
|
depends on BR2_TARGET_SYSLINUX
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_TARGET_SYSLINUX_PXELINUX
|
|
|
|
bool "Install pxelinux"
|
|
|
|
depends on BR2_TARGET_SYSLINUX
|
|
|
|
default y
|