Commit 3a3eccee authored by Olof Johansson's avatar Olof Johansson

runme: download buildroot sources separately, add -j

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 8b7c2de6
...@@ -195,7 +195,8 @@ echo "Building buildroot" ...@@ -195,7 +195,8 @@ echo "Building buildroot"
cd $ROOTDIR/build/buildroot cd $ROOTDIR/build/buildroot
cp $ROOTDIR/configs/buildroot/lx2160acex7_defconfig configs/ cp $ROOTDIR/configs/buildroot/lx2160acex7_defconfig configs/
make lx2160acex7_defconfig make lx2160acex7_defconfig
make make source -j${PARALLEL}
make -j${PARALLEL}
echo "Building restool" echo "Building restool"
cd $ROOTDIR/build/restool cd $ROOTDIR/build/restool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment