Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| zh:docs:guide-developer:source-code:start [2018/05/20 10:36] – [General source structure] lujimmy | zh: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): | + | 您可以使用以下命令在 |
| < | < | ||
| Line 57: | Line 57: | ||
| </ | </ | ||
| - | To get your staging tree visible at https:// | + | 您可以使用以下命令让您的状态树在 |
| < | < | ||
| Line 63: | Line 63: | ||
| </ | </ | ||
| - | To get your staging tree read accessible to everyone: | + | 您可以使用以下命令让您的状态树让任何人可读: |
| < | < | ||
| Line 69: | Line 69: | ||
| </ | </ | ||
| - | ==== 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. | + | 简而言之:尝鲜诚可贵,稳定价更高。尝鲜固然重要,但不能以牺牲稳定性为代价。 |
| - | ===== Adding a New Device | + | ===== 添加一个新设备 |
| - | **[[docs: | + | 您可以查阅了解如何 |
| + | ===== OpenWrt源代码 ===== | ||
| - | ===== OpenWrt | + | 我们以版本号[[https:// |
| - | We keep the original | + | 原始的OpenWrt源代码被拆分为不同的Git资源库,映射到了不同的SVN目录并使用恰当的标签对分支进行区分。 |
| - | + | ||
| - | The original OpenWrt Subversion repository has been split up into several | + | |
| < | < | ||