Skip to content
Snippets Groups Projects
  1. Dec 19, 2021
  2. Oct 07, 2021
    • Matthias Schiffer's avatar
      Set PKG_VERSION in gluon.mk · f419db58
      Matthias Schiffer authored
      This removes PKG_VERSION and PKG_RELEASE from most Makefiles, as the
      value was never useful for Gluon packages; instead, PKG_VERSION is set
      to 1 in gluon.mk.
      
      It also removes two other weird definitions:
      
      - gluon-iptables-clamp-mss-to-pmtu replicating the old PKG_VERSION logic
        from gluon-core, but without the fixed PKG_BUILD_DIR to prevent
        unnessary rebuilds
      - gluon-hoodselector set GLUON_VERSION=3
      f419db58
  3. Sep 13, 2021
  4. May 14, 2021
    • Matthias Schiffer's avatar
      gluon-config-mode-core: unconditionally run gluon-reconfigure · 42335a07
      Matthias Schiffer authored
      Simplify the individual form providers by always running reconfigure. This
      also commits all UCI packages, so we can remove all tracking of UCI
      sections from the wizard code.
      
      Instead of returning a list of packages to commit, the providers just
      save their settings directly. Explicit runs of upgrade scripts are
      removed, as they are now run by reconfigure.
      Unverified
      42335a07
  5. Jul 13, 2020
  6. Jul 05, 2020
  7. Jun 12, 2020
    • Matthias Schiffer's avatar
      gluon-config-mode-outdoor: enable 5GHz mesh interfaces when disabling outdoor mode · ee473ce2
      Matthias Schiffer authored
      There is no setting to explicitly enable mesh interfaces in the config
      wizard, so we need to enable mesh interfaces by default when the outdoor
      mode is disabled (unless site.conf dictates otherwise).
      
      The simplest way to achieve this is to delete the 5GHz mesh interface
      sections when outdoor mode is disabled: 200-wireless would delete and
      recreate them a moment later anyways, but by deleting them earlier we
      ensure that the disabled status is initialized from site.conf again.
      
      (cherry picked from commit 17bc6228)
      Unverified
      ee473ce2
    • Matthias Schiffer's avatar
      gluon-config-mode-outdoor: enable 5GHz mesh interfaces when disabling outdoor mode · 17bc6228
      Matthias Schiffer authored
      There is no setting to explicitly enable mesh interfaces in the config
      wizard, so we need to enable mesh interfaces by default when the outdoor
      mode is disabled (unless site.conf dictates otherwise).
      
      The simplest way to achieve this is to delete the 5GHz mesh interface
      sections when outdoor mode is disabled: 200-wireless would delete and
      recreate them a moment later anyways, but by deleting them earlier we
      ensure that the disabled status is initialized from site.conf again.
      Unverified
      17bc6228
  8. Jun 07, 2020
  9. Jun 06, 2020
  10. May 10, 2020
  11. Nov 09, 2019
  12. Jun 10, 2019
  13. Jun 09, 2019
  14. May 21, 2019
  15. Apr 28, 2019
Loading