From 5391de7771b1d8f9d6f6f6fad7bb8a39247e31e9 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 5 Jul 2011 21:54:04 +0200 Subject: syslinux: convert to GENTARGETS Moreover, the installation of pxelinux and/or isolinux is now handled as suboptions, like we traditionally do for other packages. This allows to have a single option (BR2_TARGET_SYSLINUX) that enables the syslinux package. [Peter: drop basename in install step] Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- boot/syslinux/Config.in | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'boot/syslinux/Config.in') diff --git a/boot/syslinux/Config.in b/boot/syslinux/Config.in index 5650f91ba..60f3b8f9c 100644 --- a/boot/syslinux/Config.in +++ b/boot/syslinux/Config.in @@ -5,8 +5,12 @@ config BR2_TARGET_SYSLINUX 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. +config BR2_TARGET_SYSLINUX_ISOLINUX + bool "Install isolinux" + depends on BR2_TARGET_SYSLINUX + default y + +config BR2_TARGET_SYSLINUX_PXELINUX + bool "Install pxelinux" + depends on BR2_TARGET_SYSLINUX + default y -- cgit v1.2.3