Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/target/x86/syslinux
Date: Sun,  8 Jul 2007 13:51:21 -0700 (PDT)	[thread overview]
Message-ID: <20070708205121.080C3A6831@busybox.net> (raw)

Author: aldot
Date: 2007-07-08 13:51:19 -0700 (Sun, 08 Jul 2007)
New Revision: 19047

Log:
- add pxelinux


Modified:
   trunk/buildroot/target/x86/syslinux/Config.in
   trunk/buildroot/target/x86/syslinux/syslinux.mk


Changeset:
Modified: trunk/buildroot/target/x86/syslinux/Config.in
===================================================================
--- trunk/buildroot/target/x86/syslinux/Config.in	2007-07-08 19:22:58 UTC (rev 19046)
+++ trunk/buildroot/target/x86/syslinux/Config.in	2007-07-08 20:51:19 UTC (rev 19047)
@@ -4,3 +4,10 @@
 	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.

Modified: trunk/buildroot/target/x86/syslinux/syslinux.mk
===================================================================
--- trunk/buildroot/target/x86/syslinux/syslinux.mk	2007-07-08 19:22:58 UTC (rev 19046)
+++ trunk/buildroot/target/x86/syslinux/syslinux.mk	2007-07-08 20:51:19 UTC (rev 19047)
@@ -22,7 +22,7 @@
 #
 #############################################################
 
-SYSLINUX_VERSION:=3.31
+SYSLINUX_VERSION:=3.51
 SYSLINUX_DIR=$(BUILD_DIR)/syslinux-$(SYSLINUX_VERSION)
 SYSLINUX_DIR2=$(TOOL_BUILD_DIR)/syslinux-$(SYSLINUX_VERSION)
 SYSLINUX_SOURCE=syslinux-$(SYSLINUX_VERSION).tar.bz2
@@ -37,20 +37,22 @@
 syslinux-source: $(DL_DIR)/$(SYSLINUX_SOURCE)
 
 $(SYSLINUX_DIR)/Makefile: $(DL_DIR)/$(SYSLINUX_SOURCE) $(SYSLINUX_PATCH)
-	$(SYSLINUX_CAT) $(DL_DIR)/$(SYSLINUX_SOURCE) | tar -C $(BUILD_DIR) -xvf -
+	$(SYSLINUX_CAT) $(DL_DIR)/$(SYSLINUX_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(SYSLINUX_DIR) target/x86/syslinux/ \*.patch
 	touch -c $@
 
-$(SYSLINUX_DIR)/isolinux.bin: $(SYSLINUX_DIR)/Makefile
-	$(MAKE) -C $(SYSLINUX_DIR)
+$(SYSLINUX_DIR)/isolinux.bin $(SYSLINUX_DIR)/pxelinux.bin: $(SYSLINUX_DIR)/Makefile
+	$(MAKE) CC="$(HOSTCC)" AR="$(HOSTAR)" -C $(SYSLINUX_DIR)
 	touch -c $@
 
 syslinux: $(SYSLINUX_DIR)/isolinux.bin
+pxelinux: $(SYSLINUX_DIR)/pxelinux.bin
 
-syslinux-clean:
+pxelinux-clean syslinux-clean:
+	rm -f $(SYSLINUX_DIR)/isolinux.bin $(SYSLINUX_DIR)/pxelinux.bin
 	-$(MAKE) -C $(SYSLINUX_DIR) clean
 
-syslinux-dirclean:
+pxelinux-dirclean syslinux-dirclean:
 	rm -rf $(SYSLINUX_DIR)
 
 endif
@@ -63,3 +65,6 @@
 ifeq ($(strip $(BR2_TARGET_SYSLINUX)),y)
 TARGETS+=syslinux
 endif
+ifeq ($(strip $(BR2_TARGET_PXELINUX)),y)
+TARGETS+=pxelinux
+endif

             reply	other threads:[~2007-07-08 20:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-08 20:51 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-11-02 19:21 [Buildroot] svn commit: trunk/buildroot/target/x86/syslinux jacmet at uclibc.org
2008-03-06 18:59 ninevoltz at uclibc.org
2008-02-18 22:10 thomasez at uclibc.org
2007-12-13 12:15 vanokuten at uclibc.org
2006-11-28 10:01 aldot at uclibc.org
2006-11-14 23:22 andersen at uclibc.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070708205121.080C3A6831@busybox.net \
    --to=aldot@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox