./scripts/feeds clean ./scripts/feeds update -a ./scripts/feeds install -a make menuconfig
下载dl库
1
make -j8 download V=s
编译
1 2 3
make -j1 V=s
# 编译后的输出路径为:openwrt/bin/targets
QuickStart
Run ./scripts/feeds update -a to obtain all the latest package definitions defined in feeds.conf / feeds.conf.default Run ./scripts/feeds install -a to install symlinks for all obtained packages into package/feeds/ Run make menuconfig to select your preferred configuration for the toolchain, target system & firmware packages. Run make to build your firmware. This will download all sources, build the cross-compile toolchain and then cross-compile the GNU/Linux kernel & all chosen applications for your target system.