Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
zh:docs:guide-developer:source-code:start [2018/05/25 14:12] – [OpenWrt Source Code] lujimmyzh:docs:guide-developer:source-code:start [2018/05/25 14:31] – [Kernel updates] lujimmy
Line 48: Line 48:
 See the TODO page for more info. See the TODO page for more info.
  
-===== Staging Trees =====+===== 状态树 =====
  
-To create yourself a staging tree on git.lede-project.org (does not apply to regular users)+您可以使用以下命令在 git.lede-project.org  上创建您的状态树:(不适用于普通用户)
  
 <code> <code>
Line 57: Line 57:
 </code> </code>
  
-To get your staging tree visible at https://git.lede-project.org:+您可以使用以下命令让您的状态树在 https://git.lede-project.org 上可见:
  
 <code> <code>
Line 63: Line 63:
 </code> </code>
  
-To get your staging tree read accessible to everyone:+您可以使用以下命令让您的状态树让任何人可读:
  
 <code> <code>
Line 69: Line 69:
 </code> </code>
  
-==== Kernel updates ====+==== 内核更新 ====
  
 It has proven impractical and a waste of time to always be on the very latest kernel within 2 days of its release. It has caused the following: It has proven impractical and a waste of time to always be on the very latest kernel within 2 days of its release. It has caused the following:
Line 83: Line 83:
 There should be a max of three concurrent kernel versions. Having only two concurrent versions is better than three. There should be a max of three concurrent kernel versions. Having only two concurrent versions is better than three.
  
-In Short - stability should be valued higher than bleeding edge.  Bleeding edge is important -- but not as a trade-off to stability.+简而言之:尝鲜诚可贵,稳定价更高。尝鲜固然重要,但不能以牺牲稳定性为代价。
  
 ===== 添加一个新设备 ===== ===== 添加一个新设备 =====
  • Last modified: 2018/05/25 15:31
  • by lujimmy