diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-09-18 21:39:25 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-21 19:41:12 +0200 |
commit | 1ee5dccdc234d133e59d28a67286a4ec2912c058 (patch) | |
tree | 7d3a64c5c541f7e8de0abf3212fbae1c03509df9 /docs/manual/customize.txt | |
parent | eae23478310d963b48c611a025986af28ed79982 (diff) | |
download | buildroot-1ee5dccdc234d133e59d28a67286a4ec2912c058.tar.gz buildroot-1ee5dccdc234d133e59d28a67286a4ec2912c058.zip |
manual/developer guide: minor rework of 'adding board support' section
Minor rework of the section 'Creating your own board support', as follows:
- Rename section into 'Adding support for a particular board'
- Modify introduction
- Refer to Project-specific customizations chapter
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/customize.txt')
-rw-r--r-- | docs/manual/customize.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/customize.txt b/docs/manual/customize.txt index 48076560e6..4051ae0cd8 100644 --- a/docs/manual/customize.txt +++ b/docs/manual/customize.txt @@ -1,6 +1,7 @@ // -*- mode:doc; -*- // vim: set syntax=asciidoc: +[[customize]] == Project-specific customization Typical actions you may need to perform for a given project are: |