All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] mention nconfig
@ 2013-12-09  0:07 Shawn Landden
  2013-12-09  0:07 ` [Buildroot] [PATCH 2/4] util-linux: nsenter Shawn Landden
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Shawn Landden @ 2013-12-09  0:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Shawn Landden <shawn@churchofgit.com>
---
 docs/manual/common-usage.txt |  2 +-
 docs/manual/using.txt        | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
index c7f511a..1290dfc 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -11,7 +11,7 @@ Offline builds
 
 If you intend to do an offline build and just want to download
 all sources that you previously selected in the configurator
-('menuconfig', 'xconfig' or 'gconfig'), then issue:
+('menuconfig', 'nconfig', 'xconfig' or 'gconfig'), then issue:
 
 --------------------
  $ make source
diff --git a/docs/manual/using.txt b/docs/manual/using.txt
index de29ad6..9b0a81f 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.
 
-- 
1.8.5.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-03-03 20:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09  0:07 [Buildroot] [PATCH 1/4] mention nconfig Shawn Landden
2013-12-09  0:07 ` [Buildroot] [PATCH 2/4] util-linux: nsenter Shawn Landden
2013-12-09  8:33   ` Peter Korsgaard
2013-12-09  0:07 ` [Buildroot] [PATCH 3/4] systemd does not require glib Shawn Landden
2013-12-09  8:21   ` Thomas De Schampheleire
2013-12-09  8:34   ` Peter Korsgaard
2013-12-09  0:07 ` [Buildroot] [PATCH 4/4] systemd: uclibc now has posix_fallocate() Shawn Landden
2013-12-09  8:27   ` Thomas De Schampheleire
2013-12-09 19:58     ` Thomas Petazzoni
2014-03-03 20:21   ` Thomas Petazzoni
2013-12-09  8:20 ` [Buildroot] [PATCH 1/4] mention nconfig Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.