Commit 31e026a7 authored by Anders Darander's avatar Anders Darander Committed by Peter Korsgaard
Browse files

syslinux: update to v3.82

parent 483b2980
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+0 −11
Original line number Diff line number Diff line
--- 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.
+11 −0
Original line number Diff line number Diff line
--- 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.
+2 −2
Original line number Diff line number Diff line
@@ -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=$(TOOLCHAIN_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