summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-04-17 13:56:13 +0200
committerKarel Kočí <cynerd@email.cz>2020-04-17 13:56:13 +0200
commit199a0ecd620e7af5b08b74acbab49f201a8f5af1 (patch)
tree4e5a0aba5ffbf1319c78d6c051dd17989cf40051 /templates
parentdd44973c79c7e4dec791f3625416a94f8c787808 (diff)
downloadlaminar-cnf-199a0ecd620e7af5b08b74acbab49f201a8f5af1.tar.gz
laminar-cnf-199a0ecd620e7af5b08b74acbab49f201a8f5af1.tar.bz2
laminar-cnf-199a0ecd620e7af5b08b74acbab49f201a8f5af1.zip
turris: fix checkout pointing to HBS
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/turris.run1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/turris.run b/templates/turris.run
index 5ff170c..eb481fa 100755
--- a/templates/turris.run
+++ b/templates/turris.run
@@ -32,6 +32,7 @@ DL_MIRROR="$TWORKSPACE/openwrt-dl-mirror"
CCACHE_HOST_DIR="$TWORKSPACE/ccache-host"
CCACHE_TARGET_DIR="$WORKSPACE/ccache-target"
EOF
+ sed -i 's/^PUBLISH_BRANCH="hbs"$/PUBLISH_BRANCH="hbk"/' defaults.sh # Tweak target to point to HBK
../turris-build/compile_pkgs -t "$BOARD" -p "$ANIMAL" $parallel \
repo_prepare compile_tools compile_target autopkg
$make package/usign/host/compile