Differences
This shows you the differences between two versions of the page.
| 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 tmomas | docs: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' | + | This is the fifth chapter in the “Hello, world!” for OpenWrt |
| * 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 |
| * 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' | + | Our OpenWrt |
| Run 'make menuconfig', | Run 'make menuconfig', | ||