Skip to content
Snippets Groups Projects
  1. 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
    • 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
    • Matthias Schiffer's avatar
      gluon-config-mode-core: discard gluon-reconfigure output (#2395) · eea49a28
      Matthias Schiffer authored
      The stdout output of gluon-web scripts is directly sent to uhttpd,
      becoming a part of the HTML output or even replacing HTTP status or
      headers. The output of gluon-reconfigure is not supposed to end up
      there.
      
      While we're at it, also add an exec to avoid an unnecessary shell
      process.
      Unverified
      eea49a28
  2. Feb 20, 2022
  3. Feb 15, 2022
  4. Feb 13, 2022
    • Matthias Schiffer's avatar
      gluon-web-osm: update OpenLayers default URL to 5.3.0 · 62b24ed7
      Matthias Schiffer authored
      The OpenLayers JS/CSS download URL is dead. Update it to make the map
      work again:
      
      - Update from OpenLayers 5.2.0 to 5.3.0
      - Switch from the obsolete rawgit.com URL to jsdelivr.net (rawgit.com
        was only redirecting to jsdelivr.net for the last few years anyways)
      - Set a fixed commit in the URL, so the URL doesn't become outdated again
      Unverified
      62b24ed7
  5. Feb 11, 2022
  6. Feb 08, 2022
  7. Feb 03, 2022
  8. Feb 01, 2022
  9. Jan 28, 2022
  10. Jan 23, 2022
  11. Jan 21, 2022
  12. Jan 20, 2022
    • Martin Weinelt's avatar
      modules: update gluon · 5e1d46e2
      Martin Weinelt authored
      5bca036 pretty-hostname: instantly apply hostname
      a85fa33 treewide: change Github URLs from git:// to https:// (#252)
      5e1d46e2
    • Martin Weinelt's avatar
      modules: update routing · afc9d6b2
      Martin Weinelt authored
      c2e138d olsrd: add ubus ipc integration to olsrd
      7d07ef9 CI: fix runtime testing for non master branch
      61cd00c naywatch: introduce kick-count
      440e7af naywatch: fix mode without watchdog
      c8b613e olsrd: fix meshing via wireguard tunnels
      afc9d6b2
    • Martin Weinelt's avatar
      modules: update packages · 61490570
      Martin Weinelt authored
      444b64e36 cryptsetup: update to version 2.4.3
      a259a4aaa git: update to version 2.34.1
      0cdffbaf9 crowdsec: update from upstream latest release 1.2.3
      031fbb16a smcroute: update to 2.5.5
      fcf163335 smcroute: update to 2.5.4
      c7470d1d8 wg-installer: switch to ubus call for olsrd hotplug
      8c3ce87fd wg-installer: rework iproute2 commands
      3f88edfa5 2to3: add package host tool
      bb09bc37b CI: fix runtime testing for non master branch
      bbd3d70cd i2pd: Update to 2.40.0 and update package sources
      19d32003c i2pd: remove unneeded functions.sh
      8d150985c i2pd: Update to 2.38.0
      5ee9fb98d i2pd: update to 2.36
      d0bb48741 mariadb: Add sudo dependency
      f4d8f9c98 mariadb: Check and fix datadir owner issues during upgrade
      7a3f41af4 mariadb: update to version 10.4.22
      d3e6dc51e mg: bump to 7.0
      15b41a675 zerotier: add configuration reload trigger
      2bca94d83 netdata: Update init script to use -D rather than -nd
      c7fef6db5 atlas-probe: update to version 2.4.1
      98c1fe435 atlas-sw-probe: update to version 5040
      1a40e3c89 crowdsec-firewall-bouncer: update to 0.0.21
      432140a36 crowdsec: update to 1.2.2
      b5443ccdf apache: fixup apxs
      19451ec86 apache: security bump to 2.4.51
      6fe1b64e7 wg-installer: fix shell typo
      f21f39cfd wg-installer: allow defining link costs for hotplugs
      995251746 wg-installer: private key as parameter
      652ebf1a3 wg-installer: generate new keys for every connection
      5f517cc58 golang: Update to 1.17.6
      92e357ebd wg-installer: fix using symlinks for conf files
      caa72e5c5 fail2ban: fix 2to3 error
      b3764db33 wg-installer: fix cleanup script
      1e179f92a haveged: update to 1.9.17
      d36455277 wg-installer: fix get_usage function
      49f898044 wg-installer: delete old interfaces
      335ad2a4d wg-installer: fix dependencies
      f2745c85a wg-installer: fix typo in cleanup function
      1de352b60 wg-installer: fix ipv4 meshing via olsr
      efb5bdf07 wg-installer: add link-local to client interface
      bf1c780af wg-installer: add cleanup script
      032d0157c wg-installer: add ipv4 support
      33d6705d2 getdns: remove maintainer
      b1dfbf975 getdns: bump to 1.7.0
      f755690b0 wg-installer: add hotplug script for olsr
      85b6d750d radicale2: Update to 2.1.12
      2415cbb9b radicale: Update to 1.1.7
      4e1bfe4e9 inadyn: update to 2.9.1
      61490570
Loading