blob: 6e46ecfe36872aa62ce75ff2ec10c5fdb90ff17f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_TARGET_SYSLINUX
bool "syslinux"
default n
depends on BR2_i386
help
The syslinux bootloader for x86 systems.
config BR2_TARGET_PXELINUX
bool "pxelinux"
default n
depends on BR2_i386 || BR2_x86_64
help
The pxelinux loader for x86 systems.
|