Skip to content

Commit

Permalink
Update build-edgerouter-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander authored May 3, 2019
1 parent fd446bc commit c65d26b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-edgerouter-lite
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ then
fi

echo "Checking if Codescape GNU Tools Package for MIPS is in /opt..."
if [ ! -d "/opt/mips-mti-linux-gnu/2015.06-05/" ];
if [ ! -d "/opt/mips-mti-linux-gnu/2017.10-05/" ];
then
echo "Downloading and unpacking Codescape GNU Tools Package for MIPS into /opt"
wget -P /tmp http://codescape-mips-sdk.imgtec.com/components/toolchain/2015.06-05/Codescape.GNU.Tools.Package.2015.06-05.for.MIPS.MTI.Linux.CentOS-5.x86_64.tar.gz
sudo tar -zxf /tmp/Codescape.GNU.Tools.Package.2015.06-05.for.MIPS.MTI.Linux.CentOS-5.x86_64.tar.gz -C /opt
wget -P /tmp https://codescape.mips.com/components/toolchain/2017.10-05/Codescape.GNU.Tools.Package.2017.10-05.for.MIPS.MTI.Linux.CentOS-5.x86_64.tar.gz
sudo tar -zxf /tmp/Codescape.GNU.Tools.Package.2017.10-05.for.MIPS.MTI.Linux.CentOS-5.x86_64.tar.gz -C /opt
fi

PATH=/opt/mips-mti-linux-gnu/2015.06-05/bin:$PATH
PATH=/opt/mips-mti-linux-gnu/2017.10-05/bin:$PATH

echo "Building vyatta-cjdns..."
BRANCH=$1; [ -z "${BRANCH}" ] && BRANCH=master
Expand Down

0 comments on commit c65d26b

Please sign in to comment.