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
docs:guide-developer:helloworld:chapter8 [2018/01/19 14:16] – old revision restored (2017/10/11 19:51) tmomasdocs:guide-developer:helloworld:chapter8 [2019/06/10 05:19] (current) – old revision restored (2018/06/01 08:39) johnadriaan
Line 3: Line 3:
 ====== Patching your application: Editing existing files ====== ====== Patching your application: Editing existing files ======
  
-This is the seventh chapter in the “Hello, world!” for LEDE article series. At this point, you should've already accomplished the following tasks:+This is the seventh chapter in the “Hello, world!” for OpenWrt article series. At this point, you should've already accomplished the following tasks:
  
   * Commissioned your development environment   * Commissioned your development environment
Line 11: Line 11:
   * Created a local package feed for your application   * Created a local package feed for your application
   * Created a package manifest file for your application   * Created a package manifest file for your application
-  * Included your new package feed into the LEDE build system+  * Included your new package feed into the OpenWrt build system
   * Updated the package index, and installed your package from the feed   * Updated the package index, and installed your package from the feed
   * Built, deployed and tested the application on your target device   * Built, deployed and tested the application on your target device
Line 57: Line 57:
 Save your changes, review them using ''quilt diff'' and move them to the patch context using ''quilt refresh'' Save your changes, review them using ''quilt diff'' and move them to the patch context using ''quilt refresh''
  
-Finally navigate back to the back to the root folder of the LEDE build system and update the package with our new patch. To do so, issue:+Finally navigate back to the back to the root folder of the OpenWrt build system and update the package with our new patch. To do so, issue:
 <code> <code>
 cd /home/buildbot/source cd /home/buildbot/source
Line 67: Line 67:
 In this chapter, we created a second patch that edits existing files in order to take our newly added ''add'' function into use. We then finalized the patch and migrated it into the package proper. In this chapter, we created a second patch that edits existing files in order to take our newly added ''add'' function into use. We then finalized the patch and migrated it into the package proper.
  
-This concludes the "Hello, world!" for LEDE article series.+This concludes the "Hello, world!" for OpenWrt article series.
  
  • Last modified: 2018/01/19 14:16
  • by tmomas