summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-27 15:51:03 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-27 15:51:03 +0200
commit70912d921fd67b9b34bb28cddfa25eec4e54b3a5 (patch)
tree94c5ec3755fd73e8a279f35ebce4466fde12e553 /templates/turris4x.run
parent7bf61728cad34104eaf5b3930f16bd3e440eba89 (diff)
downloadlaminar-cnf-70912d921fd67b9b34bb28cddfa25eec4e54b3a5.tar.gz
laminar-cnf-70912d921fd67b9b34bb28cddfa25eec4e54b3a5.tar.bz2
laminar-cnf-70912d921fd67b9b34bb28cddfa25eec4e54b3a5.zip
turris4x: try to fix ccache and git mirror
Diffstat (limited to 'templates/turris4x.run')
-rwxr-xr-xtemplates/turris4x.run4
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"