Skip to content
Snippets Groups Projects
  1. May 13, 2022
  2. Apr 17, 2022
  3. Apr 16, 2022
  4. Apr 12, 2022
  5. Apr 07, 2022
  6. Apr 02, 2022
  7. Mar 26, 2022
  8. Mar 25, 2022
  9. Mar 24, 2022
  10. Feb 22, 2022
    • Matthias Schiffer's avatar
      gluon-core: preserve explicitly marked network and system sections · a671b508
      Matthias Schiffer authored
      A section can be marked as preseved by setting the gluon_preserve option
      to 1. In addition the following conditions must hold:
      
      - The preserved section must not already exist after OpenWrt's and
        Gluons setup scripts run. Modifying existing sections is currently
        unsupported.
      - Preserved sections must be named, so it can be detected whether a
        section conflicts with a preexisting one.
      Unverified
      a671b508
    • Matthias Schiffer's avatar
      gluon-core, gluon-setup-mode: reset ifname sysconfigs on each update, introduce single_ifname · 316e96a4
      Matthias Schiffer authored
      Allow interface names to change on updates to handle hwconfig -> DSA and
      similar migrations.
      
      On devices with only a single interface, a sysconfig single_ifname is
      created instead of wan_ifname or lan_ifname to allow separate
      configuration in site.conf.
      Unverified
      316e96a4
    • Matthias Schiffer's avatar
      treewide: use interface roles as basis for network configuration · c779d123
      Matthias Schiffer authored
      With the new role-based interface configuration, it would be better to
      rename the wan/wan6 interfaces to uplink/uplink6, but that would cause
      unnecessary churn for the firewall configuration, so it is left for a
      later update.
      
      As all interfaces with the 'uplink' role are in the br-wan bridge, it is
      not possible to assign these to the 'mesh' role independently - instead,
      br-wan is added as a mesh interface as soon as a single interface has
      both the 'uplink' and 'mesh' roles. The UCI section for this
      configuration is now called 'mesh_uplink' instead of 'mesh_wan'.
      
      For all interfaces that have the 'mesh', but not the 'uplink' role a
      second configuration 'mesh_other' is created. If there is more than one
      such interface, all these interfaces are bridged as well (creating a
      bridge 'br-mesh_other'). This replaces the 'mesh_lan' section with its
      optional 'br-mesh_lan' bridge, but can also include interfaces that were
      not considered "LAN" when interfaces roles are modified (via site.conf
      or manually).
      Unverified
      c779d123
    • Matthias Schiffer's avatar
      gluon-core: initialize interfaces role configuration · 4b8251c9
      Matthias Schiffer authored
      The new configuration generates sections iface_single/lan/wan in
      /etc/config/gluon. These sections usually refer to a sysconfig-controlled
      interface list, but adding custom sections with verbatim interfaces names
      is also possible.
      
      Each interface section contains a list of roles. The supported roles are
      'client', 'uplink' and 'mesh'. Multiple roles can be configured on the
      same interface (for example the old 'mesh_on_wan' setting would become
      'uplink'+'mesh').
      
      'client' is subsumed by any other role configured on the same interface
      ('client'+'mesh' is equivalent to 'mesh'). This property is important, as
      it allows the Wired Mesh settings in gluon-web-network to simply add and
      remove the mesh role without having to care what other roles are set -
      so in the default setup, this would switch between 'client' and
      'client'+'mesh' for the LAN interface.
      
      By default, the WAN interface has role 'uplink' and the LAN interface
      'client'; if only a single interface exists, the roles from the WAN
      interface are used by default. The default for each of the three
      interfaces (WAN/LAN/single) can be changed separated in site.conf,
      superseding the old mesh_on_wan, mesh_on_lan and single_as_lan settings.
      Unverified
      4b8251c9
    • Matthias Schiffer's avatar
      gluon-core: sysconfig: avoid unnecessary writes · 05c29512
      Matthias Schiffer authored
      Do not write files when the content is unchanged.
      
      Avoids a few unnecessary filesystem writes when resetting ifname
      sysconfigs on each upgrade.
      Unverified
      05c29512
    • Matthias Schiffer's avatar
  11. Jan 28, 2022
  12. Jan 23, 2022
  13. Jan 14, 2022
  14. Jan 01, 2022
  15. Dec 31, 2021
  16. Dec 19, 2021
  17. Sep 13, 2021
  18. Aug 28, 2021
  19. Aug 27, 2021
  20. Aug 12, 2021
  21. Aug 11, 2021
  22. Aug 10, 2021
  23. Jul 17, 2021
  24. Jul 15, 2021
  25. Jul 13, 2021
    • David Bauer's avatar
      gluon-core: delete all network device sections (#2263) · 5ec8676b
      David Bauer authored
      
      Delete all default network device sections upon first boot.
      
      Only LAN & WAN networks are defined at this point. We are using the
      legacy way of definiting bridges via the interface sections ifname
      option.
      
      The prior filtering was based upon a single device and didn't take into
      consideration that DSA interface names can be named arbitrarily.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      Unverified
      5ec8676b
    • Matthias Schiffer's avatar
      ramips-rt305x: drop target · 09c9b78e
      Matthias Schiffer authored
      VoCores aren't exactly useful mesh nodes except for experimentation.
      They certainly aren't worth maintaining a whole target, in particular
      one that has a WLAN driver not used by any other target.
      09c9b78e
  26. Jul 12, 2021
Loading