diff options
author | Shawn Landden <shawn@churchofgit.com> | 2013-12-08 16:07:40 -0800 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-09 09:20:07 +0100 |
commit | ba39bec809cd74daf93633721d40e4c7a61d1605 (patch) | |
tree | 8da87ffbd61a81f33efa8bec7fc53e1c619382d2 /docs/manual/using.txt | |
parent | 66eecfa7bd2b6f6877c1c5df8635ca13e2866db7 (diff) | |
download | buildroot-ba39bec809cd74daf93633721d40e4c7a61d1605.tar.gz buildroot-ba39bec809cd74daf93633721d40e4c7a61d1605.zip |
mention nconfig
Signed-off-by: Shawn Landden <shawn@churchofgit.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/using.txt')
-rw-r--r-- | docs/manual/using.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/manual/using.txt b/docs/manual/using.txt index de29ad6b57..9b0a81fe4a 100644 --- a/docs/manual/using.txt +++ b/docs/manual/using.txt @@ -15,7 +15,13 @@ assistant: $ make menuconfig -------------------- -to run the curses-based configurator, or +or + +-------------------- + $ make nconfig +-------------------- + +to run the old or new curses-based configurator, or -------------------- $ make xconfig @@ -105,7 +111,7 @@ This directory contains several subdirectories: * +toolchain/+ contains the build directories for the various components of the cross-compilation toolchain. -These commands, +make menuconfig|gconfig|xconfig+ and +make+, are the +These commands, +make menuconfig|nconfig|gconfig|xconfig+ and +make+, are the basic ones that allow to easily and quickly generate images fitting your needs, with all the supports and applications you enabled. |