Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:guide-developer:helloworld:chapter8 [2017/10/11 19:51] – ↷ Page moved from inbox:helloworld:chapter8 to docs:guide-developer:helloworld:chapter8 tmomas | docs: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: | ====== Patching your application: | ||
| - | This is the seventh chapter in the “Hello, world!” for LEDE article series. At this point, you should' | + | This is the seventh 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 | ||
| * 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 '' | Save your changes, review them using '' | ||
| - | 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 |
| < | < | ||
| cd / | cd / | ||
| Line 67: | Line 67: | ||
| In this chapter, we created a second patch that edits existing files in order to take our newly added '' | In this chapter, we created a second patch that edits existing files in order to take our newly added '' | ||
| - | This concludes the " | + | This concludes the " |