Docs: autoupdater->build instructions num cores +1
This commit is contained in:
parent
9aa31f18e3
commit
40c2d178f3
@ -28,7 +28,8 @@ A fully automated nightly build could use the following commands:
|
|||||||
(cd site && git pull)
|
(cd site && git pull)
|
||||||
make update
|
make update
|
||||||
make clean
|
make clean
|
||||||
make -j5 GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental
|
NUM_CORES_PLUS_ONE=$(expr $(lscpu|grep -e '^CPU(s):'|xargs|cut -d" " -f2) + 1)
|
||||||
|
make -j$NUM_CORES_PLUS_ONE GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental
|
||||||
make manifest GLUON_BRANCH=experimental
|
make manifest GLUON_BRANCH=experimental
|
||||||
contrib/sign.sh $SECRETKEY output/images/sysupgrade/experimental.manifest
|
contrib/sign.sh $SECRETKEY output/images/sysupgrade/experimental.manifest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user