summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-10-16 10:05:39 +0200
committerKarel Kočí <cynerd@email.cz>2018-10-16 10:05:39 +0200
commit3575af8fbeb233ee7812f80c1beeda738f67b4db (patch)
treece00468a3a85209e36ab89967df223819ff6533f /templates/turris4x.run
parente112f6e0e849fcc0849bff78d7791a1e56c62f7c (diff)
downloadlaminar-cnf-3575af8fbeb233ee7812f80c1beeda738f67b4db.tar.gz
laminar-cnf-3575af8fbeb233ee7812f80c1beeda738f67b4db.tar.bz2
laminar-cnf-3575af8fbeb233ee7812f80c1beeda738f67b4db.zip
turris4x: compile usign as part of prepare
Diffstat (limited to 'templates/turris4x.run')
-rwxr-xr-xtemplates/turris4x.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run
index 4d18de8..ad04195 100755
--- a/templates/turris4x.run
+++ b/templates/turris4x.run
@@ -27,7 +27,7 @@ else
CCACHE_HOST_DIR="$TWORKSPACE/ccache-host" \
CCACHE_TARGET_DIR="$WORKSPACE/ccache-target" \
../turris-build/compile_fw -a "$njobs" -t $BOARD -p $BRANCH repo_prepare
- $make toolchain/compile target/compile
+ $make toolchain/compile target/compile package/usign/host/compile
cd ..
tar -czf openwrt.tar.gz openwrt
mv openwrt.tar.gz "$WORKSPACE/openwrt.tar.gz"