From d444a45493b5a175d09b83c1a8e17231e9e16a12 Mon Sep 17 00:00:00 2001 From: Ruben Barkow Date: Mon, 30 May 2016 22:25:31 +0200 Subject: [PATCH] docs: how to show the list of supported targets The complete list of supported targets is only shown, when you call `make` with setting an empty string for `GLUON_TARGET` --- docs/user/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index c7519cf0..683a5527 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -88,7 +88,7 @@ When calling make, the OpenWrt build environment is prepared/updated. In case of errors read the messages carefully and try to fix the stated issues (e.g. install tools not available yet). ``ar71xx-generic`` is the most common target and will generate images for most of the supported hardware. -To see a complete list of supported targets, call ``make`` without setting ``GLUON_TARGET``. +To see a complete list of supported targets, call ``make`` with setting an empty string for ``GLUON_TARGET``. You should reserve about 10GB of disk space for each `GLUON_TARGET`.