openwrt
一: 源码下载
https://dev.openwrt.org/wiki/GetSource
二:trunk/README
(1) make menuconfig;
configure your appreciated configuration for the toolchain and firmware.
(2) ./scripts/feeds update -a;
get all teh latest package definations defined in feeds.conf / feeds.conf.default respectively
(3) ./scripts/feeds install -a;
install symlinks of all of them into package/feeds.
(4) make menuconfig;
configure your image.
(5) make;
Simply running "make" will build your firmware.
It will download all sources, build the cross-compile toolchain, the kernel and all choosen applications.
(6) scripts/flashing/flash.sh;
remotely updating your embedded system via tftp;
(7) make -C docs/;
The OpenWrt system is documented in docs/. You will need a LaTeX distribution and the
tex4ht package to build the documentation. "make -C docs/" to build it.
You need to install PDFLaTeX to build the OpenWrt documentation.
......................... tex4ht..........................................................
......................... LaTeX ..........................................................