13ee02d063
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
411 B
Plaintext
19 lines
411 B
Plaintext
config BR2_TARGET_SYSLINUX
|
|
bool "syslinux"
|
|
depends on BR2_i386 || BR2_x86_64
|
|
help
|
|
The syslinux bootloader for x86 systems.
|
|
This includes: syslinux, pxelinux, extlinux.
|
|
|
|
http://syslinux.org
|
|
|
|
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
|