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:chapter4 [2024/08/17 03:39] – [Including your package feed into OpenWrt build system] acbh | docs:guide-developer:helloworld:chapter4 [2024/08/17 03:53] (current) – old revision restored (2018/12/04 23:29) acbh | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * Created a package manifest file for your application | * Created a package manifest file for your application | ||
| - | If you missed one or more of these steps, review the previous chapters | + | If you missed one or more of these steps, review the previous chapters. |
| ===== Including the new package feed into the OpenWrt build system ===== | ===== Including the new package feed into the OpenWrt build system ===== | ||
| Line 36: | Line 36: | ||
| </ | </ | ||
| - | If the last step completes successfully, | + | If the last step completes successfully, |
| + | < | ||
| + | Installing package ' | ||
| + | </ | ||
| Note that whenever you modify the package manifest file, the feeds system will automatically detect this, and will perform an update on your behalf before completing other commands such as 'make menuconfig' | Note that whenever you modify the package manifest file, the feeds system will automatically detect this, and will perform an update on your behalf before completing other commands such as 'make menuconfig' | ||