summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-27 14:02:35 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-27 14:02:35 +0200
commit512dc9cc31afd43360ffa957cc50cc4683163e3a (patch)
tree9ccd22bee69a6b388210b69af4c660a78cb07270 /templates/turris4x.run
parent6ae29849feb8c4234f9ffd9a92d00d346da0e6be (diff)
downloadlaminar-cnf-512dc9cc31afd43360ffa957cc50cc4683163e3a.tar.gz
laminar-cnf-512dc9cc31afd43360ffa957cc50cc4683163e3a.tar.bz2
laminar-cnf-512dc9cc31afd43360ffa957cc50cc4683163e3a.zip
turris4x: try to fix compile_fw execution error
Diffstat (limited to 'templates/turris4x.run')
-rwxr-xr-xtemplates/turris4x.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run
index 210aa44..9980108 100755
--- a/templates/turris4x.run
+++ b/templates/turris4x.run
@@ -8,7 +8,7 @@ git_fetch "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs
echo_stage "Get turris-build"
HASH="$(curl "https://repo.turris.cz/$BOARD-$BRANCH/git-hash" | awk '/ \* turris-build\: /{print $3}')"
-HASH="repo_checkout" # TODO remove this when repo_checkout is integrated
+HASH="git-commit-fix" # TODO remove this when repo_checkout is integrated
git_fetch "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build "$HASH"
echo_stage "Prepare SDK"