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:build-image-with-3g-dongle-support [2018/02/28 04:06] – [Build process] remove dead link alive4everdocs:guide-developer:build-image-with-3g-dongle-support [2018/03/03 20:25] (current) – ↷ Links adapted because of a move operation
Line 8: Line 8:
 You need to clone OpenWrt git repository on your build system and synchronize all package feeds with your config file. You need to clone OpenWrt git repository on your build system and synchronize all package feeds with your config file.
  
-Be sure to understand the [[docs:user-guide:additional-software:imagebuilder|build procedure]] to prevent build failure.+Be sure to understand the [[docs:guide-user:additional-software:imagebuilder|build procedure]] to prevent build failure.
  
 ===== Configuring packages ===== ===== Configuring packages =====
Line 142: Line 142:
 </code> </code>
  
-===== Build process =====+ ===== Build process =====
 Continue selecting packages as needed. When you are done, run the build process Continue selecting packages as needed. When you are done, run the build process
 <code> <code>
Line 149: Line 149:
 </code> </code>
  
-Faster build time can be achieved by enabling multiple build jobs. In case of quad-core cpu((Optimal build performance can be achieved by [[https://source.android.com/source/building-running.html#build-the-code|doubling the number of cpu cores]])).+Faster build time can be achieved by enabling multiple build jobs. In case of quad-core cpu.
 <code> <code>
 time make -j8 V=s time make -j8 V=s
  • Last modified: 2018/02/28 04:06
  • by alive4ever