Skip to content
Snippets Groups Projects
Unverified Commit 117a32a2 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub
Browse files

Merge pull request #3244 from bobidle/fix_typos

docs: fix typos
parents 14278393 bb84573c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ After the VPN connection has been established, the node should be able to reach
the mesh's DNS servers and use these for all other name resolution.
If a device has only a single Ethernet port (or group of ports), it will be
used as an uplink port even when it is not labelled as "WAN" by default. This
used as an uplink port even when it is not labeled as "WAN" by default. This
behavior can be controlled using the ``interfaces.single.default_roles``
site.conf option. It is also possible to alter the interface assignment after
installation by modifying ``/etc/config/gluon`` and running
......
......@@ -34,7 +34,7 @@ wifi.mesh.sae_passphrase \: optional
- sets a shared secret used to authenticate any two mesh nodes,
crucial for private mesh networks
- should not be set, if the shared secret is shared with untrusted
third parties, like in a publish mesh network
third parties, like in a public mesh network
- defaults to an autogenerated value derived from ``prefix6``
......
......@@ -61,7 +61,7 @@ Bugfixes
This affects the following devices:
* GL.iNet GL-AR150,
* GL.iNet GL-AR150
* GL.iNet GL-AR300M
* GL.iNet GL-AR750
* Raspberry Pi Model B+ Rev 1.2
......
......@@ -176,7 +176,7 @@ site.mk
* The variable ``DEVICES`` that controls which devices to build images for has been renamed to ``GLUON_DEVICES``.
(`#1686 <https://github.com/freifunk-gluon/gluon/pull/1686>`_)
* The ``gluon-radvd`` package is now included by default and can be dropped from *FEATURES* and *GLUON_SITE_PACKGES*.
* The ``gluon-radvd`` package is now included by default and can be dropped from *FEATURES* and *GLUON_SITE_PACKAGES*.
site.conf
=========
......
......@@ -424,7 +424,7 @@ interfaces \: optional
},
For devices that have two distinct Ethernet ports or port groups (often
labelled WAN and LAN), the ``lan`` and ``wan`` sections are used. When there
labeled WAN and LAN), the ``lan`` and ``wan`` sections are used. When there
is only one port (group), ``single`` is used instead.
Available interface roles:
......@@ -728,7 +728,7 @@ disable_factory()
Disables factory image generation. Sysupgrade images are still generated and stored in the image
output directory.
Technically, the image customzation file is evaluated once for each device, allowing
Technically, the image customization file is evaluated once for each device, allowing
to make use of regular Lua *if* statements for device-specific configuration as
can be seen in the example.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment