diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:59:57 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:59:57 +0000 |
commit | d6e0bcb950724d68ec7f7c9d466c9ee1823c047b (patch) | |
tree | e35dd1246affe47c2f9ebcc8b225cc07c6dde45f | |
parent | ceaf9e8217f29f6c499d03c62612b2eb50e8ed09 (diff) | |
download | buildroot-novena-d6e0bcb950724d68ec7f7c9d466c9ee1823c047b.tar.gz buildroot-novena-d6e0bcb950724d68ec7f7c9d466c9ee1823c047b.zip |
added syslinux patch
-rw-r--r-- | target/x86/syslinux/syslinux-3.61-makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/x86/syslinux/syslinux-3.61-makefile.patch b/target/x86/syslinux/syslinux-3.61-makefile.patch new file mode 100644 index 000000000..22859e872 --- /dev/null +++ b/target/x86/syslinux/syslinux-3.61-makefile.patch @@ -0,0 +1,11 @@ +--- 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. |