Skip to content
Snippets Groups Projects
  1. 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.
      Unverified
      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
      Unverified
      d09cda05
  2. Jun 14, 2024
  3. Mar 14, 2024
  4. Jan 23, 2024
  5. Jan 05, 2024
  6. Dec 13, 2023
  7. Oct 18, 2023
  8. Oct 12, 2023
  9. Aug 21, 2023
  10. Aug 09, 2023
  11. Apr 02, 2023
  12. Sep 05, 2022
  13. Dec 31, 2021
  14. Dec 24, 2021
  15. Dec 21, 2021
    • Martin Weinelt's avatar
      Add helper to run a containerized build environment (#2292) · 6728c4a1
      Martin Weinelt authored
      Using `make container` or, if you don't have automake/gmake on your host
      system, `./scripts/container.sh` will build an image for the current
      branch your are on and drop you into a shell running inside a container
      using that image.
      
      From there all tooling required to work on Gluon is available.
      
      Supports both podman (preferred) and docker.
      Unverified
      6728c4a1
  16. Aug 11, 2021
  17. Jun 26, 2021
  18. Jun 21, 2021
  19. Jun 10, 2021
  20. Apr 27, 2021
  21. Apr 14, 2021
  22. Dec 11, 2020
  23. Sep 02, 2020
  24. Aug 15, 2020
  25. Jul 19, 2020
  26. Jun 04, 2020
    • Chrissi^ (Chris Fiege)'s avatar
      openwrt: Store Kernel Debug-Info (#1971) · 1956696d
      Chrissi^ (Chris Fiege) authored
      
      This change stores a Kernel with Debug-Symbols for the current
      architecture in a new output directory '<outputdir>/debug'.
      This allows a developer or operator of a network to store the kernel
      along with the actual images. In case of a kernel oops the debug
      information can be used with the script
      'scripts/decode_stacktrace.sh' in the kernel source tree to get the
      names to the symbols of the stack trace.
      
      OpenWRT already provides the CONFIG_COLLECT_KERNEL_DEBUG -option that
      creates a kernel with debug-symbols in the OpenWRT output directory.
      This change enables this option and copies the generated kernel to the
      gluon output directory.
      
      Signed-off-by: default avatarChrissi^ <chris@tinyhost.de>
      Unverified
      1956696d
  27. Jun 03, 2020
  28. May 13, 2020
  29. May 12, 2020
  30. May 02, 2020
  31. Mar 07, 2020
  32. Feb 20, 2020
  33. Feb 14, 2020
  34. Feb 04, 2020
  35. Jan 06, 2020
  36. Sep 22, 2019
Loading