diff options
author | Sebastien Roy <sebastien.roy@savoirfairelinux.com> | 2014-05-29 11:09:32 -0400 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-29 23:21:15 +0200 |
commit | 70c7fbf0ae345e26fbe8b9dbc59745ec63c6a5b7 (patch) | |
tree | 5bda1c20e1a4778d01158658b6502dfb7c086b38 /docs/manual | |
parent | 05fb9bd16569bcc07dfc646afe782f4ebf4dd3f1 (diff) | |
download | buildroot-70c7fbf0ae345e26fbe8b9dbc59745ec63c6a5b7.tar.gz buildroot-70c7fbf0ae345e26fbe8b9dbc59745ec63c6a5b7.zip |
manual: Fix BR2_GLOBAL_PATCH_DIR example
As discussed on irc, there is a missing part in the BR2_GLOBAL_PATCH_DIR
example compared to the ASCII figure under customize-packages section.
Signed-off-by: Sebastien Roy <sebastien.roy@savoirfairelinux.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/customize-packages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt index 6f70bdb43f..b4ed0b5a42 100644 --- a/docs/manual/customize-packages.txt +++ b/docs/manual/customize-packages.txt @@ -86,7 +86,7 @@ If the user has the +BR2_GLOBAL_PATCH_DIR+ configuration option set as follows: ----- -BR2_GLOBAL_PATCH_DIR="board/common-fooarch board/fooarch-board" +BR2_GLOBAL_PATCH_DIR="board/common-fooarch/patches board/fooarch-board/patches" ----- Then the patches would applied as follows for the Linux kernel: |