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`
This commit is contained in:
Ruben Barkow 2016-05-30 22:25:31 +02:00
parent 5ea9c0833a
commit d444a45493

View File

@ -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). 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. ``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`. You should reserve about 10GB of disk space for each `GLUON_TARGET`.