Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:guide-developer:helloworld:chapter4 [2018/06/01 08:36] – LEDE -> OpenWrt tmomasdocs:guide-developer:helloworld:chapter4 [2024/08/17 03:53] (current) – old revision restored (2018/12/04 23:29) acbh
Line 34: Line 34:
 ./scripts/feeds update mypackages ./scripts/feeds update mypackages
 ./scripts/feeds install -a -p mypackages ./scripts/feeds install -a -p mypackages
 +</code>
 +
 +If the last step completes successfully, you should see the response below as the script finds the feed for our new package and adds it to the index:
 +<code>
 +Installing package 'helloworld' from mypackages
 </code> </code>
  
  • Last modified: 2018/06/01 08:36
  • by tmomas