diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris.run | 1 |
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 |