diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-05-31 09:33:10 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-31 09:33:10 +0200 |
commit | 5a3899065e0622df573e8b55a1132a1107cd7eef (patch) | |
tree | 2d8187aa2a51fa4f9b9fdaad5a58ede4b5342a3a /docs/manual | |
parent | ad6db5b7478d76907f7c04f59be6c6c4d1e126d9 (diff) | |
download | buildroot-5a3899065e0622df573e8b55a1132a1107cd7eef.tar.gz buildroot-5a3899065e0622df573e8b55a1132a1107cd7eef.zip |
manual/make-tips.txt: busybox doesn't have a savedefconfig target
So don't mention it here.
Reported-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/make-tips.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt index 13609434e8..9fabb6f742 100644 --- a/docs/manual/make-tips.txt +++ b/docs/manual/make-tips.txt @@ -31,8 +31,7 @@ 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+ only work when - +busybox+ is enabled; +* +busybox-menuconfig+ only works when +busybox+ is enabled; * +linux-menuconfig+ and +linux-savedefconfig+ only work when +linux+ is enabled; * +uclibc-menuconfig+ is only available when the uClibc C library is |