repo.or.cz
/
buildroot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix whitespace
[buildroot.git]
/
target
/
x86
/
syslinux
/
Config.in
blob
6e46ecfe36872aa62ce75ff2ec10c5fdb90ff17f
1
config BR2_TARGET_SYSLINUX
2
bool "syslinux"
3
default n
4
depends on BR2_i386
5
help
6
The syslinux bootloader for x86 systems.
7
8
config BR2_TARGET_PXELINUX
9
bool "pxelinux"
10
default n
11
depends on BR2_i386 || BR2_x86_64
12
help
13
The pxelinux loader for x86 systems.