From: Maxime Hadjinlian Date: Fri, 28 Mar 2014 18:48:34 +0000 (+0100) Subject: manual: Add singular example for dependency comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=281635630a18220a7869d47faa2af9e8bdcd32e9;p=buildroot.git manual: Add singular example for dependency comment 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 Acked-by: Thomas De Schampheleire Signed-off-by: Thomas Petazzoni --- diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index e56e59aa96..52eb6539db 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.