[Buildroot] [git commit] manual: Add singular example for dependency comment

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Mar 29 08:08:04 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=281635630a18220a7869d47faa2af9e8bdcd32e9
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The manual always uses the format with multiple dependencies. This only
add an example where is a single dependency to show that this format is
applicable regardless of the number of dependencies.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 docs/manual/adding-packages-directory.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index e56e59a..52eb653 100644
--- a/docs/manual/adding-packages-directory.txt
+++ b/docs/manual/adding-packages-directory.txt
@@ -202,6 +202,10 @@ for example:
 --------------------------
 aircrack-ng needs a toolchain w/ largefile, threads
 --------------------------
+or
+--------------------------
+crda needs a toolchain w/ threads
+--------------------------
 
 Note that this text is kept brief on purpose, so that it will fit on a
 80-character terminal.


More information about the buildroot mailing list