diff options
Diffstat (limited to 'docs/manual/board-support.txt')
-rw-r--r-- | docs/manual/board-support.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/board-support.txt b/docs/manual/board-support.txt index 271f3e077..44ab6eb64 100644 --- a/docs/manual/board-support.txt +++ b/docs/manual/board-support.txt @@ -21,13 +21,13 @@ selections are highly application-specific. Once you have a known working configuration, run +make savedefconfig+. This will generate a minimal +defconfig+ file at the root of the Buildroot source tree. Move this file into the +configs/+ -directory, and rename it +MYBOARD_defconfig+. +directory, and rename it +BOARDNAME_defconfig+. It is recommended to use upstream versions of the Linux kernel and bootloaders where possible, and also to use default kernel and bootloader configurations if possible. If the defaults are incorrect for -your platform, we encourage you to send fixes to the corresponding upstream -projects. +your board, or no default exists, we encourage you to send fixes to the +corresponding upstream projects. However, in the mean time, you may want to store kernel or bootloader configuration or patches specific to your target platform. To do so, |