Explorar o código

Upped version, the one here didn't exist any more. 3.61 compiled nicely (todo; check if nasm is installed on host?, syslinux needs it. Guess I copuld just add a target/host package.)

Thomas Lundquist %!s(int64=17) %!d(string=hai) anos
pai
achega
fcb27e9386
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      target/x86/syslinux/syslinux.mk

+ 1 - 1
target/x86/syslinux/syslinux.mk

@@ -22,7 +22,7 @@ ifeq ($(SYSLINUX_SUPPORTED_ARCH),y)
 #
 #############################################################
 
-SYSLINUX_VERSION:=3.53
+SYSLINUX_VERSION:=3.61
 SYSLINUX_DIR=$(BUILD_DIR)/syslinux-$(SYSLINUX_VERSION)
 SYSLINUX_DIR2=$(TOOL_BUILD_DIR)/syslinux-$(SYSLINUX_VERSION)
 SYSLINUX_SOURCE=syslinux-$(SYSLINUX_VERSION).tar.bz2