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:chapter5 [2017/10/11 19:51] – ↷ Page moved from inbox:helloworld:chapter5 to docs:guide-developer:helloworld:chapter5 tmomasdocs:guide-developer:helloworld:chapter5 [2018/06/01 08:37] (current) – LEDE -> OpenWrt tmomas
Line 3: Line 3:
 ====== Building, deploying and testing your application ====== ====== Building, deploying and testing your application ======
  
-This is the fifth chapter in the “Hello, world!” for LEDE article series. At this point, you should've already accomplished the following tasks:+This is the fifth 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
  
Line 18: Line 18:
 ===== Building the package ===== ===== Building the package =====
  
-Our LEDE build system should now be ready for integrating the package to our firmware. In order to do so, we first need to include our package into the target firmware's configuration, and then issue the necessary commands to build it. +Our OpenWrt build system should now be ready for integrating the package to our firmware. In order to do so, we first need to include our package into the target firmware's configuration, and then issue the necessary commands to build it. 
  
 Run 'make menuconfig', and select the “Examples” sub-menu. Highlight the “helloworld” entry underneath this menu, and click on the 'Y' key to include this package into the firmware configuration. Run 'make menuconfig', and select the “Examples” sub-menu. Highlight the “helloworld” entry underneath this menu, and click on the 'Y' key to include this package into the firmware configuration.
  • Last modified: 2017/10/11 19:51
  • by tmomas