mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
bootloaders: move bootloader build code to boot/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
12
boot/syslinux/Config.in
Normal file
12
boot/syslinux/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_TARGET_SYSLINUX
|
||||
bool "syslinux"
|
||||
depends on BR2_i386
|
||||
help
|
||||
The syslinux bootloader for x86 systems.
|
||||
This includes: syslinux, pxelinux, extlinux.
|
||||
|
||||
config BR2_TARGET_PXELINUX
|
||||
bool "pxelinux"
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
help
|
||||
The pxelinux loader for x86 systems.
|
||||
Reference in New Issue
Block a user