All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anders Darander <anders.darander@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Updating syslinux to v3.82.
Date: Mon, 21 Sep 2009 10:14:55 +0200	[thread overview]
Message-ID: <1253520895-27598-1-git-send-email-anders.darander@gmail.com> (raw)

From: Anders Darander <ad@datarespons.se>

Signed-off-by: Anders Darander <ad@datarespons.se>
---
 target/x86/syslinux/Config.in                    |    1 +
 target/x86/syslinux/syslinux-3.61-makefile.patch |   11 -----------
 target/x86/syslinux/syslinux-3.82-makefile.patch |   11 +++++++++++
 target/x86/syslinux/syslinux.mk                  |    4 ++--
 4 files changed, 14 insertions(+), 13 deletions(-)
 delete mode 100644 target/x86/syslinux/syslinux-3.61-makefile.patch
 create mode 100644 target/x86/syslinux/syslinux-3.82-makefile.patch

diff --git a/target/x86/syslinux/Config.in b/target/x86/syslinux/Config.in
index 6a946e4..59f1c99 100644
--- a/target/x86/syslinux/Config.in
+++ b/target/x86/syslinux/Config.in
@@ -3,6 +3,7 @@ config BR2_TARGET_SYSLINUX
 	depends on BR2_i386
 	help
 	  The syslinux bootloader for x86 systems.
+          This includes: syslinux, pxelinux, extlinux.
 
 config BR2_TARGET_PXELINUX
 	bool "pxelinux"
diff --git a/target/x86/syslinux/syslinux-3.61-makefile.patch b/target/x86/syslinux/syslinux-3.61-makefile.patch
deleted file mode 100644
index 22859e8..0000000
--- a/target/x86/syslinux/syslinux-3.61-makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile	2008-02-18 09:39:41.000000000 -0500
-+++ b/Makefile	2008-02-18 09:43:21.000000000 -0500
-@@ -75,7 +75,7 @@ BTARGET  = kwdhash.gen version.gen versi
- 	   ldlinux.bss ldlinux.sys ldlinux.bin \
- 	   pxelinux.0 isolinux.bin isolinux-debug.bin \
- 	   extlinux.bin extlinux.bss extlinux.sys
--BOBJECTS = $(BTARGET) mbr/mbr.bin dos/syslinux.com win32/syslinux.exe \
-+BOBJECTS = $(BTARGET) mbr/mbr.bin dos/syslinux.com  \
- 	memdisk/memdisk memdump/memdump.com
- # BESUBDIRS and IESUBDIRS are "early", i.e. before the root; BSUBDIRS
- # and ISUBDIRS are "late", after the root.
diff --git a/target/x86/syslinux/syslinux-3.82-makefile.patch b/target/x86/syslinux/syslinux-3.82-makefile.patch
new file mode 100644
index 0000000..9e98a78
--- /dev/null
+++ b/target/x86/syslinux/syslinux-3.82-makefile.patch
@@ -0,0 +1,11 @@
+--- syslinux-3.82-org/Makefile	2009-09-17 13:11:23.000000000 +0200
++++ syslinux-3.82/Makefile	2009-09-17 13:13:32.000000000 +0200
+@@ -42,7 +42,7 @@
+ 	mbr/mbr_c.bin mbr/altmbr_c.bin mbr/gptmbr_c.bin \
+ 	mbr/mbr_f.bin mbr/altmbr_f.bin mbr/gptmbr_f.bin \
+ 	core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
+-	gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe \
++	gpxe/gpxelinux.0 dos/syslinux.com \
+ 	$(MODULES)
+ 
+ # BSUBDIRs build the on-target binary components.
diff --git a/target/x86/syslinux/syslinux.mk b/target/x86/syslinux/syslinux.mk
index 27930c7..f45d502 100644
--- a/target/x86/syslinux/syslinux.mk
+++ b/target/x86/syslinux/syslinux.mk
@@ -22,12 +22,12 @@ ifeq ($(SYSLINUX_SUPPORTED_ARCH),y)
 #
 #############################################################
 
-SYSLINUX_VERSION:=3.61
+SYSLINUX_VERSION:=3.82
 SYSLINUX_DIR=$(BUILD_DIR)/syslinux-$(SYSLINUX_VERSION)
 SYSLINUX_DIR2=$(TOOL_BUILD_DIR)/syslinux-$(SYSLINUX_VERSION)
 SYSLINUX_SOURCE=syslinux-$(SYSLINUX_VERSION).tar.bz2
 SYSLINUX_CAT:=$(BZCAT)
-SYSLINUX_SITE=$(BR2_KERNEL_MIRROR)/linux/utils/boot/syslinux/Old
+SYSLINUX_SITE=$(BR2_KERNEL_MIRROR)/linux/utils/boot/syslinux/
 SYSLINUX_BIN=$(SYSLINUX_DIR2)/mtools/syslinux
 
 
-- 
1.6.4.3

             reply	other threads:[~2009-09-21  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-21  8:14 Anders Darander [this message]
2009-09-23  7:32 ` [Buildroot] [PATCH] Updating syslinux to v3.82 Peter Korsgaard

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=1253520895-27598-1-git-send-email-anders.darander@gmail.com \
    --to=anders.darander@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.