OpenWRT 第一步

来源:互联网 发布:android 网络数据缓存 编辑:程序博客网 时间:2024/05/09 13:51

1, 安装Ubuntu 14.04.3

2, 获取mtksdk-openwrt-3.10.14-20150311-d021c937.tar.bz2

3, tar解压

4, 安装编译工具

sudo apt-get install  libncurses5-dev  zlib1g-dev  gawk  flex  patch   git-core g++   subversion

5, Make menuconfig

Then specify youconfiguration. For a default build, you need at least 3 items:

  • Target System (RalinkPlatform)

  • Subtarget (Ralink SoCchip series) ----> 7628

  • Target Profile (Aspecific model name)

6, makekernel_menuconfig

7, make

8, Install minicom

9, flash by TFTP


0 0