syslinux: update to v3.82
Signed-off-by: Anders Darander <ad@datarespons.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
483b2980d0
commit
31e026a7c4
@ -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"
|
||||
|
@ -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.
|
11
target/x86/syslinux/syslinux-3.82-makefile.patch
Normal file
11
target/x86/syslinux/syslinux-3.82-makefile.patch
Normal file
@ -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.
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user