ubuntu18.04编译openwrt前的准备

1.获取openwrt源码

git clone https://github.com/openwrt/openwrt.git

2.安装一些库及必备程序:

sudo apt-get install libncurses5-dev gawk gcc g++ (gcc和g++的版本需要大于或等于4.8)

posted @ 2018-11-19 21:15  Jello  阅读(3039)  评论(0)    收藏  举报