summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-02-23 16:04:37 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-23 22:22:47 +0100
commit6d2071a2b789c11d2220cb6e1e5ed7451f50092b (patch)
treeda7d7d2ef071953ca2678bc45c4165486a319720 /docs/manual
parent5e26da4673810f1e613cb10c261c2e6f05f58492 (diff)
downloadbuildroot-6d2071a2b789c11d2220cb6e1e5ed7451f50092b.tar.gz
buildroot-6d2071a2b789c11d2220cb6e1e5ed7451f50092b.zip
docs/manual: refresh informations about *-menuconfig targets
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-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/make-tips.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt
index 0159ffe7ce..faf59f2c62 100644
--- a/docs/manual/make-tips.txt
+++ b/docs/manual/make-tips.txt
@@ -32,10 +32,12 @@ The result of the search shows the help message of the matching items.
Not all targets are always available,
some settings in the +.config+ file may hide some targets:
+* +busybox-menuconfig+ and +busybox-savedefconfig+ ony work when
+ +busybox+ is enabled;
* +linux-menuconfig+ and +linux-savedefconfig+ only work when
+linux+ is enabled;
-* +uclibc-menuconfig+ is only available when the
- Buildroot internal toolchain backend is used;
+* +uclibc-menuconfig+ is only available when the uClibc C library is
+ selected in the internal toolchain backend;
* +barebox-menuconfig+ and +barebox-savedefconfig+ only work when the
+barebox+ bootloader is enabled.
OpenPOWER on IntegriCloud