-
Install
git
,to conveniently download the OpenWrt source code,andbuild tools
to do the cross-compilation process:sudo apt-get update sudo apt-get install git-core build-essential libssl-dev libncurses5-dev unzip
Some Feeds might not available over git but only viasubversion
(short:svn
) ormercurial
. If you want to obtain their source-code,you need to install svn and mercurial as well:sudo apt-get install subversion mercurial
-
for @R_136_4045@ion about the subversion tool see
svn
and subversion documentation (multiple languages)
-
Download the OpenWrt bleeding edge(trunk Version) with
git
( see Downloading Sources for more options!):git clone git://git.openwrt.org/openwrt.git
this creates a directory 'openwrt',which is the OpenWrt buildroot build-directory
the OpenWrt toolchain "OpenWrt buildroot" is included
cd openwrt ./scripts/Feeds update -a ./scripts/Feeds install -a