Skip to content
Snippets Groups Projects
Commit 30811f7f authored by Ruben Barkow's avatar Ruben Barkow Committed by Jan-Philipp Litza
Browse files

Docs: autoupdater->build instructions num cores +1 (#908)

parent 9aa31f18
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ A fully automated nightly build could use the following commands:
(cd site && git pull)
make update
make clean
make -j5 GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental
NUM_CORES_PLUS_ONE=$(expr $(nproc) + 1)
make -j$NUM_CORES_PLUS_ONE GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental
make manifest GLUON_BRANCH=experimental
contrib/sign.sh $SECRETKEY output/images/sysupgrade/experimental.manifest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment