openwrt 各个版本代码下载

trunk:
git clone git://github.com/openwrt/openwrt.git

15.05  (Chaos Calmer)
git clone -b chaos_calmer git://github.com/openwrt/openwrt.git

14.07  (Barrier Breaker)
git clone -b barrier_breaker git://github.com/openwrt/openwrt.git

12.09  (Attitude Adjustment)
git clone -b attitude_adjustment git://github.com/openwrt/openwrt.git

lede相关

17.01 (稳定版)

git clone -b lede-17.01 https://git.lede-project.org/source.git

lede-trunk

git clone https://github.com/lede-project/source.git

最新文章

  1. OAuth2 Backend Web Application 验证过程
  2. ytu 1050:写一个函数,使给定的一个二维数组(3×3)转置,即行列互换(水题)
  3. [leetcode] 47. Permutations II
  4. HTML常用属性
  5. jQuery 操作 CSS
  6. C语言原子接口与实现
  7. 转:Bat命令学习
  8. LeetCode 338
  9. HTML5吧!少年
  10. 关于nginx架构探究(1)
  11. M - Candy Sharing Game
  12. FusionCharts报错收录
  13. 上传Jcenter
  14. 微信jssdk常见错误及解决方法
  15. 读写方式 r , r+ , w , w+ , a , a+
  16. Android 屏幕手势滑动中onFling()函数的技巧分析
  17. 20190122 Oracle if-- elsif -- else -- if end
  18. Python常见问题
  19. Python返回数组(List)长度的方法
  20. SWD Registers

热门文章

  1. 前端学习 -- Html&Css -- 背景
  2. ioi2018集训队自选题:最短路练习题
  3. Node.js npm uuid
  4. pymysql 解决 sql 注入问题
  5. SSD详解
  6. Python全栈问答小技巧_1
  7. JavaSE学习总结(十)—— JDBC与面向对象测试
  8. javascript 转换大小写字母
  9. Hdu 5072 Coprime(容斥+同色三角形)
  10. 浅谈分词算法(3)基于字的分词方法(HMM)