X86 OpenWRT Virtual Machine Compilation Tutorial X86 OpenWRT source code compilation in UBUNTU10
-, access to software tools
Get the latest dependency packs for various tool software:
sudo apt-get update
Copy the next command directly and perform the installation of all the tool software to be used
sudo apt-get -y install curl wget tree grep gcj texinfo sharutils subversion ncurses-term libtool autoconf automake gcc-multilib bison screen gcc g++ binutils patch bzip2 flex make gettext unzip libc6 git-core build-essential libncurses5-dev zlib1g-dev gawk quilt asciidoc libz-dev
Second, access to OpenWrt source code
Enter the current user home directory and create a folder OpenWrt:
cd ~mkdir openwrtcd openwrt
If your network speed is slow, not to force, I will download the Good OpenWrt (version: r38938) packaged into trunk.tar.gz, you can copy to this directory and then directly unzip the tar Xvzf Trunk.tar.gz, and then skip the following steps to do openwrt configuration.
Use the SVN command line checkout source code: (Version: r38938)
This article by http://www.wifidog.pro/2015/07/07/ubuntu%E7%BC%96%E8%AF%91X86-openwrt.html compilation, reprint please indicate the source
X86 OpenWRT Virtual Machine Compilation Tutorial X86 OpenWRT source code compilation in UBUNTU10