Skip to content
Snippets Groups Projects
  1. Mar 14, 2024
  2. Jan 23, 2024
  3. Jan 05, 2024
  4. Dec 13, 2023
  5. Oct 18, 2023
  6. Oct 12, 2023
  7. Aug 21, 2023
  8. Aug 09, 2023
  9. Apr 02, 2023
  10. Sep 05, 2022
  11. Dec 31, 2021
  12. Dec 24, 2021
  13. 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.
      6728c4a1
  14. Aug 11, 2021
  15. Jun 26, 2021
  16. Jun 21, 2021
  17. Jun 10, 2021
  18. Apr 27, 2021
  19. Apr 14, 2021
  20. Dec 11, 2020
  21. Sep 02, 2020
  22. Aug 15, 2020
  23. Jul 19, 2020
  24. 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>
      1956696d
  25. Jun 03, 2020
  26. May 13, 2020
  27. May 12, 2020
  28. May 02, 2020
  29. Mar 07, 2020
  30. Feb 20, 2020
  31. Feb 14, 2020
  32. Feb 04, 2020
  33. Jan 06, 2020
  34. Sep 22, 2019
  35. Sep 12, 2019
  36. Jun 24, 2019
Loading