标签:
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