Last active
February 14, 2020 23:06
-
-
Save aswild/41d53a612e15e3561e9ba039a95c3f1d to your computer and use it in GitHub Desktop.
Download and build the wireguard kernel module and tools for EdgeOS. see https://github.com/Lochnair/vyatta-wireguard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cat <<_EOF | |
This script has moved! | |
Check out https://github.com/aswild/vyatta-wireguard-build | |
_EOF |
Hi @lorenz, I've re-hosted the Octeon toolchain on S3, it's downloaded automatically by my new version of the build script https://github.com/aswild/vyatta-wireguard-build
I'm not sure if it's the full original OCTEON-SDK-5.1.tbz, but it's the GCC toolchain needed to compile for Octeon MIPS64 chips. Direct link is https://vyatta-wireguard-build.s3.amazonaws.com/OCTEON-SDK-5.1-tools.tar.xz
Thanks @aswild! Sadly the part I'm interested in (U-Boot) is not in there. AFAIK the cnusers SDK had it, but that has all been shut down since the acquisition by Marvell.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does anyone have a copy of OCTEON-SDK-5.1.tbz? The original repo is gone and all repos that still have it are out of LFS bandwidth.