| Next revision | Previous revision Next revisionBoth sides next revision |
| jp:doc:howto:build [2015/09/27 08:10] – tmomas | jp:doc:howto:build [2018/02/20 18:52] – ↷ Links adapted because of a move operation bobafetthotmail |
|---|
| 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 [[doc:howto: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. |
| 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]] |
| |
| === ソースコードのミラーサイト === | === ソースコードのミラーサイト === |
| |
| ===== ノート ===== | ===== ノート ===== |
| * [[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]] |