如何编译OpenWrt
上一期视频中,讲的是如何安装OpenWrt的编译环境。整个过程很简单,需要注意的点就虚拟机磁盘分配的不能过小,第二是不要忘记安装增强工具。其次就是git下载代码时候大家不用完全按照git clone https://git.lede-project.org/source.git lede这个命令来,也可以用git clone https://git.openwrt.org/openwrt/openwrt.git 。
这一期视频,主要讲的是如何安装feeds、编译OpenWrt,以及大家对编译的误区。
安装feeds的命令:
./scripts/feeds update -a ./scripts/feeds install -a