diff options
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. |