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 [2019/06/10 05:17] – Attempt to fix "Infinite Loop" banner warning at start johnadriaan | docs:guide-developer:helloworld:chapter8 [2024/12/16 21:31] (current) – syntax highlighting stokito | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <- ..: | + | <- ..: |
| ====== Patching your application: | ====== Patching your application: | ||
| Line 7: | Line 7: | ||
| * Commissioned your development environment | * Commissioned your development environment | ||
| * Prepared, configured and built the tools and the cross-compilation toolchain | * Prepared, configured and built the tools and the cross-compilation toolchain | ||
| - | * Configured the PATH environment variable | + | * Configured the '' |
| * Created a simple “Hello, world!” application using native compilation tools | * Created a simple “Hello, world!” application using native compilation tools | ||
| * Created a local package feed for your application | * Created a local package feed for your application | ||
| Line 26: | Line 26: | ||
| In order to utilize the functionality, | In order to utilize the functionality, | ||
| - | < | + | < |
| cd / | cd / | ||
| make package/ | make package/ | ||
| Line 35: | Line 35: | ||
| Our task is to modify the '' | Our task is to modify the '' | ||
| - | < | + | < |
| quilt edit helloworld.c | quilt edit helloworld.c | ||
| </ | </ | ||
| Line 58: | Line 58: | ||
| 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: | 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: | ||
| - | < | + | < |
| cd / | cd / | ||
| make package/ | make package/ | ||