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:feeds [2021/07/12 13:09] – removed duplicate skyperdocs:guide-developer:feeds [2021/10/15 09:06] (current) – ↷ Links adapted because of a move operation bobafetthotmail
Line 155: Line 155:
 === Adding your package to your own feed === === Adding your package to your own feed ===
  
-For this example we assume that you name your feed ''custom'' and your project is called ''helloworld'' and the openwrt Makefile is at ''/home/user/customsrc/helloworld/Makefile''.+For this example we assume that you name your feed ''custom'' and your project is called ''helloworld'' and its openwrt Makefile is located at ''/usr/src/openwrt/custom-feed/helloworld/Makefile''.
  
   - Edit ''/home/user/openwrt/feeds.conf.default''   - Edit ''/home/user/openwrt/feeds.conf.default''
-  - Add a new line for your feed. <code>src-link custom /home/user/customsrc/</code>+  - Add a new line for your feed. <code>src-link custom /usr/src/openwrt/custom-feed/</code>
  
  
Line 173: Line 173:
  
 ==== Documentation ==== ==== Documentation ====
-  - [[docs:guide-developer:build-system:start|OpenWrt Buildroot – About]] +  - [[docs:guide-developer:toolchain:start|OpenWrt Buildroot – About]] 
-  - [[docs:guide-developer:build-system:install-buildsystem|OpenWrt Buildroot – Installation]] +  - [[docs:guide-developer:toolchain:install-buildsystem|OpenWrt Buildroot – Installation]] 
-  - [[docs:guide-developer:build-system:use-buildsystem|OpenWrt Buildroot – Usage]]+  - [[docs:guide-developer:toolchain:use-buildsystem|OpenWrt Buildroot – Usage]]
   - OpenWrt Buildroot – Feeds   - OpenWrt Buildroot – Feeds
   - [[docs:techref:buildroot|OpenWrt Buildroot – Technical Reference]] {{:meta:icons:tango:48px-construction.svg.png?nolink&16}} this article needs //your// attention.   - [[docs:techref:buildroot|OpenWrt Buildroot – Technical Reference]] {{:meta:icons:tango:48px-construction.svg.png?nolink&16}} this article needs //your// attention.
  • Last modified: 2021/07/12 13:09
  • by skyper