diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-16 21:50:16 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-12 13:38:44 +0200 |
commit | e69ae0bce5dc988b3e15d2525eebcfa440fa5915 (patch) | |
tree | b69ddccbb874671b7424188ebefced61b8ac1105 /boot/syslinux/syslinux-3.85-makefile.patch | |
parent | 38a88b691834eece3fc9c0719d08b4f41ab2c474 (diff) | |
download | buildroot-novena-e69ae0bce5dc988b3e15d2525eebcfa440fa5915.tar.gz buildroot-novena-e69ae0bce5dc988b3e15d2525eebcfa440fa5915.zip |
syslinux: bump version and fix build
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/syslinux/syslinux-3.85-makefile.patch')
-rw-r--r-- | boot/syslinux/syslinux-3.85-makefile.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/boot/syslinux/syslinux-3.85-makefile.patch b/boot/syslinux/syslinux-3.85-makefile.patch new file mode 100644 index 000000000..ff85b8dc9 --- /dev/null +++ b/boot/syslinux/syslinux-3.85-makefile.patch @@ -0,0 +1,17 @@ +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: syslinux-3.85/Makefile +=================================================================== +--- syslinux-3.85.orig/Makefile ++++ syslinux-3.85/Makefile +@@ -43,7 +43,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 \ + dosutil/*.com dosutil/*.sys \ + $(MODULES) + |