Widora 的Openwrt 系统源代码编译

sudo apt-get install git
sudo apt-get install g++
sudo apt-get install make
sudo apt-get install libncurses5-dev
sudo apt-get install subversion
sudo apt-get install libssl-dev
sudo apt-get install gawk
sudo apt-get install libxml-parser-perl
sudo apt-get install unzip
sudo apt-get install wget
sudo apt-get install python
sudo apt-get install xz-utils
sudo apt-get install vim

 

git clone https://github.com/widora/openwrt_widora.git

1)将dl 文件夹openwrt_widora 目录

移动库文件

sudo mv dl openwrt_widora/

移动到编译文件夹

 sudo mv openwrt_widora/ /work

2)update

$ sudo ./scripts/feeds update
$ sudo ./scripts/feeds install -a

3)平台配置

配置Openwrt:$ make menuconfig
按照以下选择:
Target System: Ralink RT288x/RT3xxx
Subtarget: MT7688 based boards
Target Profile: Widora

4)编译Openwrt:$ make -j4

你可能感兴趣的:(Widora 的Openwrt 系统源代码编译)