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
Next revisionBoth sides next revision
jp:doc:howto:build [2018/02/17 19:06] – ↷ Links adapted because of a move operation jp:doc:howto:build [2018/02/20 18:52] – ↷ Links adapted because of a move operation bobafetthotmail
Line 47: Line 47:
 make menuconfig make menuconfig
 </code> </code>
-| Similar to the Linux kernel config, almost every option has three choices, **y** / **m** / **n** which are represented as follows:\\   * `` (pressing `y`) This package will be included in the firmware image\\  * `` (pressing `m`) This package will be compiled (to be installed with ''[[doc:techref:opkg]]'' after [[docs:user-guide:generic.flashing|Flashing OpenWrt]]) but the package will **not** be included in the firmware-image \\  * `` (pressing `n`) This package will not be compiled\\  \\  When you save your configuration the file ''~/openwrt/trunk/.config'' will be created according to your configuration. \\ \\ The devs offer such a file for OpenWrt 'Backfire' 10.03.1-RC5, e.g. [[http://downloads.openwrt.org/backfire/10.03.1-rc5/ar71xx/config|for ar71xx]].  |+| Similar to the Linux kernel config, almost every option has three choices, **y** / **m** / **n** which are represented as follows:\\   * `` (pressing `y`) This package will be included in the firmware image\\  * `` (pressing `m`) This package will be compiled (to be installed with ''[[docs:user-guide:additional-software:opkg]]'' after [[docs:user-guide:generic.flashing|Flashing OpenWrt]]) but the package will **not** be included in the firmware-image \\  * `` (pressing `n`) This package will not be compiled\\  \\  When you save your configuration the file ''~/openwrt/trunk/.config'' will be created according to your configuration. \\ \\ The devs offer such a file for OpenWrt 'Backfire' 10.03.1-RC5, e.g. [[http://downloads.openwrt.org/backfire/10.03.1-rc5/ar71xx/config|for ar71xx]].  |
  
   * This menu allows you to select the target platform, which version of toolchain you want to use to build and what packages you want included in the firmware image.    * This menu allows you to select the target platform, which version of toolchain you want to use to build and what packages you want included in the firmware image. 
Line 102: Line 102:
 The changes can be reviewed with ''svn diff target/linux/'' and reverted with ''svn revert -R target/linux/''. The changes can be reviewed with ''svn diff target/linux/'' and reverted with ''svn revert -R target/linux/''.
  
-See: [[doc:techref:buildroot#Customizing the kernel options]]+See: [[docs:techref:buildroot#Customizing the kernel options]]
  
 === ソースコードのミラーサイト === === ソースコードのミラーサイト ===
Line 254: Line 254:
  
 ===== ノート ===== ===== ノート =====
-  * [[doc:techref:buildroot|OpenWrt Buildroot – Technical Reference]]+  * [[docs:techref:buildroot|OpenWrt Buildroot – Technical Reference]]
   * [[http://downloads.openwrt.org/docs/buildroot-documentation.html]]   * [[http://downloads.openwrt.org/docs/buildroot-documentation.html]]
   * [[https://dev.openwrt.org/browser/trunk/docs/working.tex]]   * [[https://dev.openwrt.org/browser/trunk/docs/working.tex]]
   * [[https://forum.openwrt.org/viewtopic.php?id=35323|Compiler Optimization Tweaks]]   * [[https://forum.openwrt.org/viewtopic.php?id=35323|Compiler Optimization Tweaks]]
  • Last modified: 2018/03/03 20:35
  • by 107.193.206.206