From 9dd07e229c674d6fb6a220cbc70859fa2e7d3736 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 8 Jul 2007 20:51:19 +0000 Subject: - add pxelinux --- target/x86/syslinux/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/x86/syslinux/Config.in') 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. -- cgit v1.2.3