From 598983a38af3917d10d5479321514ad6747ef1f9 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 14 Feb 2015 21:28:31 +0000 Subject: [PATCH] add 3dslink --- build-devkit.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-devkit.sh b/build-devkit.sh index bb5de85..9a3aba5 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -48,6 +48,7 @@ MMUTIL_VER=1.8.6 DFU_UTIL_VER=0.8.1 STLINK_VER=0.5.8 TOOLS3DS_VER=1.0.3 +LINK3DS_VER=0.5.0 #--------------------------------------------------------------------------------- function extract_and_patch { @@ -202,7 +203,7 @@ if [ $VERSION -eq 1 ]; then hostarchives="gbatools-$GBATOOLS_VER.tar.bz2 gp32tools-$GP32_TOOLS_VER.tar.bz2 dstools-$DSTOOLS_VER.tar.bz2 grit-$GRIT_VER.tar.bz2 ndstool-$NDSTOOL_VER.tar.bz2 general-tools-$GENERAL_TOOLS_VER.tar.bz2 dlditool-$DLDITOOL_VER.tar.bz2 mmutil-$MMUTIL_VER.tar.bz2 - dfu-util-$DFU_UTIL_VER.tar.bz2 stlink-$STLINK_VER.tar.bz2 3dstools-$TOOLS3DS_VER.tar.bz2" + dfu-util-$DFU_UTIL_VER.tar.bz2 stlink-$STLINK_VER.tar.bz2 3dstools-$TOOLS3DS_VER.tar.bz2 3dslink-$LINK3DS_VER.tar.bz2" fi if [ $VERSION -eq 2 ]; then