|
How to compile OpenWrt
Posted at 5/7/2015 15:31:20
View:4971
|
Replies:1
Print
Only Author
[Copy Link]
1#
Last edited by WhereIsMyBear? In 5/8/2015 18:04 Editor
1. Install some software necessary for preparation.
sudo apt-get install g++ libncurses5-dev zlib1g-dev bison flex unzip autoconf gawk make gettext gcc binutils patch bzip2 libz-dev asciidoc subversion git libssl-dev
2.download the OpenWrt sdk
trunk:
git clone git://git.openwrt.org/openwrt.git
firewrt:
git clone https://github.com/FireWRT/FireWRT-OpenWrt-Firefly-FireWRT-SDK
3.update packages
./script/feed update -a
./script/feed install -a
4. configuration
make menuconfig
5. build firmware
make V=s -j4
6. enjoy your time
|
|