From cf99c52b4265b7c26f954f89e27a25e863f3088d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 28 May 2018 11:33:59 +0200 Subject: Change sdk path --- build_repo.sh | 4 ++-- 1 file 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 -- cgit v1.2.3