首页 > 其他 > 详细

openwrt sdk compile

时间:2015-01-11 00:50:58      阅读:593      评论:0      收藏:0      [点我收藏+]

recently ,bought a router : tl-wr741n-v5 hd

my aim : let the router dail in neetkeeper

environment : unbuntu linux 14.04

             

1  compile openwrt

 

sudo apt-get update    

sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install binutils
sudo apt-get install patch
sudo apt-get install bzip2
sudo apt-get install flex
sudo apt-get install bison
sudo apt-get install make
sudo apt-get install autoconf
sudo apt-get install gettext
sudo apt-get install texinfo
sudo apt-get install unzip
sudo apt-get install sharutils
sudo apt-get install subversion
sudo apt-get install libncurses5-dev
sudo apt-get install ncurses-term
sudo apt-get install zlib1g-dev
sudo apt-get install gawk
sudo apt-get install asciidoc
sudo apt-get install libz-dev
sudo apt-get install openssl

 

mkdir openwrt

// download source code

svn co svn://svn.openwrt.org/openwrt/branches/backfire

./scripts/feeds update -a // update sdk

./scripts/feeds install -a // install sdk

make menuconfig   

 

make -j4  v=99

 

 
Target System---AR71xx/AR7240/AR913x/AR934x CPU型号
Target Profile---TP-LINK 741
LuCI—>Collections—– <*> luci 添加Luci
LuCI—>Translations—- <*> luci-i18n-chinese   添加中文
EXT----YES   
make V=99 

 

 

 

 

openwrt sdk compile

原文:http://www.cnblogs.com/wantongtang/p/4215995.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!