diff options
Diffstat (limited to 'docs/buildroot.html')
| -rw-r--r-- | docs/buildroot.html | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/buildroot.html b/docs/buildroot.html index 2314d1095..e13e8f752 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1031,7 +1031,7 @@ $(eval $(call GENTARGETS,package,libfoo,host))        <li><code>LIBFOO_SOURCE</code> may contain the name of the tarball of        the package. If <code>HOST_LIBFOO_SOURCE</code> is not specified, it -      defaults to <code>LIBFOO_VERSION</code>. If none are specified, then +      defaults to <code>LIBFOO_SOURCE</code>. If none are specified, then        the value is assumed to be        <code>packagename-$(LIBFOO_VERSION).tar.gz</code>.<br/>Example:        <code>LIBFOO_SOURCE = foobar-$(LIBFOO_VERSION).tar.bz2</code></li> @@ -1787,9 +1787,9 @@ Starting dropbear sshd: generating rsa key... generating dsa key... OK</pre>      <p>then it means that your system is running, but didn't start a      shell on the serial console. In order to have the system start a      shell on your serial console, you have to go in the Buildroot -    configuration, <code>Target options</code>, enable <code>Generic -    serial port config</code>, and select the serial port and speed -    you would like to use for the shell. This will automatically tune +    configuration, <code>System configuration</code>, and modify +    <code>Port to run a getty (login prompt) on</code> and +    <code>Baudrate to use</code> as appropriate. This will automatically tune      the <code>/etc/inittab</code> file of the generated system so that      a shell starts on the correct serial port.</p> | 
