From: Peter Korsgaard Date: Mon, 27 Sep 2010 20:19:37 +0000 (+0200) Subject: docs/buildroot.html: minor tweaks X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=677ae6f6a5554d9ce1162bb472c489df41ca2c8e;p=buildroot.git docs/buildroot.html: minor tweaks - We have gconfig as well nowadays - Variables like BUILDROOT_DL_DIR can also be set permanently in the environment, and not just passed to make every time. Signed-off-by: Peter Korsgaard --- diff --git a/docs/buildroot.html b/docs/buildroot.html index 6d4f17c753..edb75b134e 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -260,7 +260,7 @@ or

If you intend to do an offline build and just want to download all sources that you previously selected in the configurator - (menuconfig or xconfig), then issue:

+ (menuconfig, xconfig or gconfig), then issue:

  $ make source
 
@@ -291,7 +291,7 @@ or Environment variables

Buildroot also honors some environment variables when they are passed - to make:

+ to make or set in the environment: