一、
編譯環境搭建
1. 安裝Ubuntu16.04 LST系统
2. 安裝openwrt编译依賴庫
3. 用root权限运行一下命令
apt-get update
apt-get install g++
apt-get install libncurses5-dev
apt-get install zlib1g-dev
apt-get install bison
apt-get install flex
apt-get install unzip
apt-get install autoconf
apt-get install gawk
apt-get install make
apt-get install gettext
apt-get install gcc
apt-get install binutils
apt-get install patch
apt-get install bzip2
apt-get install libz-dev
apt-get install asciidoc
apt-get install subversion
4. 下載源碼包
下載trunk 版本
git clone git://github.com/openwrt/openwrt.git
下載15.05 branch (C