aboutsummaryrefslogtreecommitdiff
path: root/build_repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_repo.sh')
-rwxr-xr-xbuild_repo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_repo.sh b/build_repo.sh
index afa5c17..7d61b5c 100755
--- a/build_repo.sh
+++ b/build_repo.sh
@@ -28,10 +28,10 @@ pull_sdk() {
# TODO these links won't be valid forever
if [ "$BOARD" = "omnia" ] || [ "$BOARD" = "all" ]; then
- pull_sdk omnia "https://repo.turris.cz/omnia-nightly/OpenWrt-SDK-mvebu_gcc-4.8-linaro_musl-1.1.15_eabi.Linux-x86_64.tar.bz2"
+ pull_sdk omnia "https://repo.turris.cz/omnia-next/turrisos-sdk-4.0-mvebu-cortexa9_gcc-7.3.0_musl_eabi.Linux-x86_64.tar.xz"
fi
if [ "$BOARD" = "turris" ] || [ "$BOARD" = "all" ]; then
- pull_sdk turris "https://repo.turris.cz/turris-nightly/OpenWrt-SDK-mpc85xx-p2020-nand_gcc-4.8-linaro_uClibc-0.9.33.2.Linux-x86_64.tar.bz2"
+ pull_sdk turris "https://repo.turris.cz/turris-next/turrisos-sdk-4.0-mpc85xx-p2020_gcc-7.3.0_musl.Linux-x86_64.tar.xz"
fi