diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-08 20:51:19 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-08 20:51:19 +0000 |
commit | 9dd07e229c674d6fb6a220cbc70859fa2e7d3736 (patch) | |
tree | cc8517a76b16da13a8f170d2167a906bfeb7b286 /target/x86/syslinux/Config.in | |
parent | 649046bd2e1723ec886a78092199865c6dc6580c (diff) | |
download | buildroot-novena-9dd07e229c674d6fb6a220cbc70859fa2e7d3736.tar.gz buildroot-novena-9dd07e229c674d6fb6a220cbc70859fa2e7d3736.zip |
- add pxelinux
Diffstat (limited to 'target/x86/syslinux/Config.in')
-rw-r--r-- | target/x86/syslinux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/x86/syslinux/Config.in b/target/x86/syslinux/Config.in index 1e19b8c4a..6e46ecfe3 100644 --- a/target/x86/syslinux/Config.in +++ b/target/x86/syslinux/Config.in @@ -4,3 +4,10 @@ config BR2_TARGET_SYSLINUX 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. |