aboutsummaryrefslogtreecommitdiff
path: root/build_repo.sh
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-05-28 11:33:59 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-05-28 11:33:59 +0200
commitcf99c52b4265b7c26f954f89e27a25e863f3088d (patch)
tree5cda6387252468777de87863e8d1132dce630a5c /build_repo.sh
parentf55ff444baeca19d1b0615d826b20350d3ff7990 (diff)
downloadturris-myrepo-cf99c52b4265b7c26f954f89e27a25e863f3088d.tar.gz
turris-myrepo-cf99c52b4265b7c26f954f89e27a25e863f3088d.tar.bz2
turris-myrepo-cf99c52b4265b7c26f954f89e27a25e863f3088d.zip
Change sdk path
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