Skip to content
Snippets Groups Projects
  1. May 10, 2023
  2. Feb 25, 2023
  3. Jan 10, 2023
  4. Jan 04, 2023
  5. Jan 03, 2023
  6. Jan 02, 2023
  7. Oct 31, 2022
  8. Aug 15, 2022
  9. Jul 10, 2022
  10. Jul 06, 2022
  11. Jul 03, 2022
  12. Jun 17, 2022
  13. Jun 16, 2022
  14. May 30, 2022
  15. May 26, 2022
  16. May 13, 2022
  17. Apr 16, 2022
  18. Apr 07, 2022
  19. Apr 02, 2022
  20. Mar 26, 2022
  21. Mar 25, 2022
  22. Mar 24, 2022
  23. Feb 22, 2022
    • 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: 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
  24. Jan 23, 2022
  25. Jan 14, 2022
  26. Dec 19, 2021
  27. Sep 13, 2021
  28. Aug 28, 2021
  29. Aug 27, 2021
  30. Aug 12, 2021
  31. Aug 11, 2021
  32. Aug 10, 2021
  33. Jul 17, 2021
    • David Bauer's avatar
      gluon-core: wireless: support PHY lookup for multi-PHY devices (#2267) · f01c62e5
      David Bauer authored
      
      The PHY lookup helper "find_phy_by_path" could not lookup the PHY name
      for paths from multi-phy devices.
      
      An example for such a path would be:
      '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'
      
      The integer after the plus (+) character determines the PHY index of the
      specific device in relation to the PHY with the lowest index of the
      device.
      
      For example, if the device provides phy2 and phy3, the above path would
      describe phy3. In case the device provides phy0 and phy1, it would
      describe phy1.
      
      Rewrite the "find_phy_by_path" function to support those paths as well
      as regular device paths in a universal manner.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      Unverified
      f01c62e5
  34. Jul 15, 2021
  35. Jul 13, 2021
    • 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
Loading