Openwrt 添加wifidog
OpenWrt source repository downloads
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
14.07 branch (Barrier Breaker)
Main repository
git clone git://git.openwrt.org/14.07/openwrt.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:
Development branch:
svn co svn://svn.openwrt.org/openwrt/trunk/
Barrier Breaker 14.07 branch:
svn co svn://svn.openwrt.org/openwrt/branches/barrier_breaker
Attitude Adjustment 12.09 branch:
svn co svn://svn.openwrt.org/openwrt/branches/attitude_adjustment
Backfire 10.03 branch:
svn co svn://svn.openwrt.org/openwrt/branches/backfire
Kamikaze 8.09 branch:
svn co svn://svn.openwrt.org/openwrt/branches/8.09
Kamikaze 7.09 branch:
svn co svn://svn.openwrt.org/openwrt/tags/kamikaze_7.09
本文章由 http://www.wifidog.pro/2015/01/08/openwrt%E6%B7%BB%E5%8A%A0wifidog-1.html 整理编辑,转载请注明出处