summaryrefslogtreecommitdiff
path: root/templates/turris.run
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2020-03-10 13:33:18 +0100
committerKarel Kočí <karel.koci@nic.cz>2020-03-10 13:33:18 +0100
commit81e79116d574e06442b358cbab0928641ff42d36 (patch)
tree082fa144fd58b80e844d20baaf19b8123e77912c /templates/turris.run
parente7f9c432280aec043386cb85005ac1503860ab4b (diff)
downloadlaminar-cnf-81e79116d574e06442b358cbab0928641ff42d36.tar.gz
laminar-cnf-81e79116d574e06442b358cbab0928641ff42d36.tar.bz2
laminar-cnf-81e79116d574e06442b358cbab0928641ff42d36.zip
templates/turris.run: update compile_pkgs usage
Diffstat (limited to 'templates/turris.run')
-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"