5391de7771
Moreover, the installation of pxelinux and/or isolinux is now handled as suboptions, like we traditionally do for other packages. This allows to have a single option (BR2_TARGET_SYSLINUX) that enables the syslinux package. [Peter: drop basename in install step] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
387 B
Plaintext
17 lines
387 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.
|
|
|
|
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
|