From 81e79116d574e06442b358cbab0928641ff42d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 10 Mar 2020 13:33:18 +0100 Subject: templates/turris.run: update compile_pkgs usage --- templates/turris.run | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/turris.run') 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" -- cgit v1.2.3