summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplates/turris.run5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/turris.run b/templates/turris.run
index e5306e9..ad6bd8e 100755
--- a/templates/turris.run
+++ b/templates/turris.run
@@ -32,8 +32,9 @@ DL_MIRROR="$TWORKSPACE/openwrt-dl-mirror"
CCACHE_HOST_DIR="$TWORKSPACE/ccache-host"
CCACHE_TARGET_DIR="$WORKSPACE/ccache-target"
EOF
- ../turris-build/compile_pkgs -e -t "$BOARD" -p "$ANIMAL" $parallel repo_prepare autopkg
- $make toolchain/compile target/compile package/usign/host/compile
+ ../turris-build/compile_pkgs -t "$BOARD" -p "$ANIMAL" $parallel \
+ repo_prepare compile_tools compile_target autopkg
+ $make package/usign/host/compile
)
tar -czf openwrt.tar.gz openwrt
mv openwrt.tar.gz "$WORKSPACE/openwrt.tar.gz"