diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris4x.run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run index e2df6dc..8a8b9db 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -18,8 +18,8 @@ mkdir openwrt cd openwrt echo ../turris-build/compile_fw -t $BOARD -p $BRANCH repo_prepare GIT_MIRROR="$WORKSPACE/mirror" \ - CCACHE_HOST_DIR="$WORKSPACE/mirror" \ - CCACHE_TARGET_DIR="" \ + CCACHE_HOST_DIR="$WORKSPACE/ccache-host" \ + CCACHE_TARGET_DIR="$WORKSPACE/ccache-target" \ ../turris-build/compile_fw -t $BOARD -p $BRANCH repo_prepare echo_stage "Add our repository as feed" |