Skip to content
Snippets Groups Projects
  1. Jul 01, 2024
  2. Jun 28, 2024
  3. Jun 27, 2024
    • Matthias Schiffer's avatar
      docs: user/getting_started: fix monospace markup · 0f0cbaa5
      Matthias Schiffer authored
      Unlike Markdown, RST uses double backticks for monospace text; single
      backticks result in italic text. Use monospace for commands like the
      surrounding paragraphs.
      0f0cbaa5
    • Matthias Schiffer's avatar
      build: extend GLUON_DEBUG with values 0, 1 and 2 · d09cda05
      Matthias Schiffer authored
      Debugging binaries in images that are built with sstrip is extremely
      annoying, as not even objdump will work on them.
      
      Switching from sstrip to standard strip increases the ath79 image size
      (for some usual Archer C7 v2 configuration I used for testing) by ~70KiB,
      or 1.3% of the rootfs size (~1% of the total image size), which is
      rarely worth the decreased debuggability.
      
      Extend GLUON_DEBUG to not only distinguish 0 and 1, such that:
      
      - 0 uses sstrip same as before
      - 1 switches to regular strip; this is the new default
      - 2 includes all debug info, like GLUON_DEBUG=1 did before
      d09cda05
  4. Jun 14, 2024
  5. Jun 09, 2024
  6. Jun 06, 2024
  7. May 11, 2024
  8. May 03, 2024
  9. Apr 04, 2024
  10. Mar 23, 2024
  11. Mar 22, 2024
  12. Mar 14, 2024
  13. Feb 23, 2024
  14. Feb 21, 2024
  15. Feb 10, 2024
  16. Jan 23, 2024
  17. Jan 11, 2024
  18. Jan 09, 2024
  19. Jan 07, 2024
  20. Jan 05, 2024
    • Tom Herbers's avatar
      gluon-mesh-vpn-tunneldigger: drop package (#3109) · e0d649c3
      Tom Herbers authored
      The Gluon Tunneldigger protocol handler hasn't received the care and
      attention a core package, especially a VPN protocol, should.
      
      Due to the works in #2102 it's no longer required to maintain
      VPN handlers in the Gluon Core and they can be instead included via a
      package feed.
      
      Users who wish to continue using a supported core Gluon package are
      encouraged to take a look at fastd in conjunction with it's null@l2tp method.
      It offers roughly the same performance (it's using the same principle
      of operation) and supports connections via IPv6 as a bonus.
      
      In general it should be possible to change the VPN used protocol
      asynchronously with a normal update.
      
      If Gluon users wish to continue using tunneldigger the recomendation
      is to participate in the development of tunneldigger inside our
      community-packages.
      e0d649c3
    • David Bauer's avatar
  21. Jan 04, 2024
  22. Dec 27, 2023
  23. Dec 26, 2023
  24. Dec 23, 2023
  25. Dec 21, 2023
  26. Dec 19, 2023
  27. Dec 13, 2023
  28. Nov 27, 2023
  29. Nov 26, 2023
    • David Bauer's avatar
      ath79-generic: remove Ubiquiti AirMax targets (#3067) · a0f5b4e9
      David Bauer authored
      
      Remove due to ticket #2939
      
      These devices risk being bricked in a way that can not be recovered
      without running full TFTP or serial recovery, as the flash ends up in a
      read-only state with no way of upgrading to a fixed version.
      
      Thus, remove the support for the time being. Don't just flag them as
      BROKEN, as this would deliberately brick these boards when installating
      such an image.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      a0f5b4e9
  30. Nov 15, 2023
  31. Nov 14, 2023
Loading