diff options
Diffstat (limited to 'templates/turris.run')
-rwxr-xr-x | templates/turris.run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/turris.run b/templates/turris.run index fe19330..92c6f15 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -24,8 +24,9 @@ else ( cd turris-build "$FILES/turris_checkout_repo_branch.sh" "$ANIMAL" - cat feeds.conf ) + echo_info "Target feeds.conf" + cat turris-build/feeds.conf echo_stage "Prepare SDK" mkdir openwrt @@ -37,7 +38,6 @@ else 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 \ prepare_tools autopkg $make package/usign/host/compile |