You can either check out the OpenWrt source code via git or svn.
GIT
The recommended way of checking out the OpenWrt source code is cloning the Git repository using one of the following commands:
trunk (main development tree)
-
Main repository
git clone git://git.openwrt.org/openwrt.git
-
Packages feed
git clone git://git.openwrt.org/packages.git
12.09 branch (Attitude Adjustment)
-
Main repository
git clone git://git.openwrt.org/12.09/openwrt.git
-
Packages feed
git clone git://git.openwrt.org/12.09/packages.git
SVN
You can checkout the source from the OpenWrt Subversion repository using one of the following commands:
-
Attitude Adjustment 12.09 branch:ChangeLog
svn co svn://svn.openwrt.org/openwrt/branches/attitude_adjustment
-
Backfire 10.03 branch:ChangeLog
svn co svn://svn.openwrt.org/openwrt/branches/backfire
-
Kamikaze 7.09 branch:ChangeLog
svn co svn://svn.openwrt.org/openwrt/tags/kamikaze_7.09