Navigation
1. Configure OpenWrt
2. Compiling OpenWrt
1. Configure OpenWrt
Under OpenWrt's root directory, execute make menuconfig.
This interface I just understand the two options, and other stay for later supplement. The main chip is your router with what chip, the specific board is to match the board after some drive, IO port on the.
Can not find, not the same, I am not sure how to do, Baidu over this drive difficult to write, as to why I know is this model, because it is the company's predecessors told me. Or I don't know.
Let's do this for the time being, and then come back and add this piece of knowledge.
After save, you can exit.
Configuration is complete.
2. Compiling OpenWrt
2.1 Clean to prevent unknown errors. Make clean
2.2 Compile make v=s to compile. The first time is best not to use multi-core compilation, if the use of multi-core compilation, add J=n n is your CPU core number.
Note: The first compilation will be networked because there are many things to download. Download under the DL folder.
Compile for a long time, to wait slowly. After the compilation is complete, a bin directory is generated.
Under this path, a compiled bin file is generated.
This completes the compilation.
OpenWrt (b) configuration OpenWrt and compilation