Buildroot Compilation
After configuring Buildroot, run make directly to compile.
Compilation instructions
When you run make to compile, the following process will be executed:
- Download the source code;
- Configure, compile and install the cross-compilation toolchain;
- Configure, compile and install the selected software package;
- Generate the root filesystem according to the selected format;
More usages of make can be obtained through make help.

