Differences

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

Link to this comparison view

Both sides previous revision Previous revision
docs:guide-developer:helloworld:chapter1 [2021/10/15 08:36] – ↷ Links adapted because of a move operation bobafetthotmaildocs:guide-developer:helloworld:chapter1 [2024/04/06 02:36] (current) – updated reference to stable branch ingamedeo
Line 11: Line 11:
 These steps are necessary only if you chose to clone the source code. If you chose to use the SDK, you can skip this section. These steps are necessary only if you chose to clone the source code. If you chose to use the SDK, you can skip this section.
  
-We first select a stable source code revision (v17.01.2), and ensure our source code directory is clean. The author of this article chose to clone the source code into a folder called 'source' under the home directory of the build user, called 'buildbot'.+We first select a stable source code revision (v23.05.3), and ensure our source code directory is clean. The author of this article chose to clone the source code into a folder called 'source' under the home directory of the build user, called 'buildbot'.
  
 <WRAP center round tip 80%> <WRAP center round tip 80%>
 ''/home/buildbot/'' is a representative path, you might choose, for example, ''~/devel/'' ''/home/buildbot/'' is a representative path, you might choose, for example, ''~/devel/''
  
-It is also suggested to use the most-current "stable" git branch. In December2018, that is ''openwrt-18.06''+It is also suggested to use the most-current "stable" git branch. In April2024, that is ''openwrt-23.05.3''
 </WRAP> </WRAP>
  
-As of December2018, the OpenWrt git repository can be cloned using+As of April2024, the OpenWrt git repository can be cloned using
 <code> <code>
 git clone https://git.openwrt.org/openwrt/openwrt.git source git clone https://git.openwrt.org/openwrt/openwrt.git source
Line 28: Line 28:
 <code> <code>
 cd /home/buildbot/source cd /home/buildbot/source
-git checkout v17.01.2+git checkout v23.05.3
 make distclean make distclean
 </code> </code>
  • Last modified: 2021/10/15 08:36
  • by bobafetthotmail