OpenWrt source repository downloads

You can checkout the source from the OpenWrt Subversion repository with the help of the below listed commands. Checkout of either past of future releases are done through changing the branchname:

  • Backfire 10.03 branch:  ChangeLog
    svn co svn://svn.openwrt.org/openwrt/branches/backfire
    
    
  • Kamikaze 8.09 branch:  ChangeLog
    svn co svn://svn.openwrt.org/openwrt/branches/8.09
    
    
  • Kamikaze 7.09 (deprecated):  ChangeLog
    svn co svn://svn.openwrt.org/openwrt/tags/kamikaze_7.09
    
    
  • Development branch:  ChangeLog
    svn co svn://svn.openwrt.org/openwrt/trunk/
    
    
  • Kamikaze packages:  ChangeLog

    *Note: Kamikaze only contains the essential set of packages, extra packages can be enabled with the command "make package/symlinks" or can be checked out from the following URL:
    svn co svn://svn.openwrt.org/openwrt/packages/
    
    
  • Updating to the latest sources:
    svn up
    
    
  • Switching from the prior to 2010 checkout procedure. The move from the past  https:// (webdav) URL to the  svn:// URL is done with a single command:
    svn switch --relocate https://svn.openwrt.org/openwrt svn://svn.openwrt.org/openwrt