Skip to content
Snippets Groups Projects
  1. Apr 02, 2023
  2. Sep 05, 2022
  3. Dec 31, 2021
  4. Dec 24, 2021
  5. 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
  6. Aug 11, 2021
  7. Jun 26, 2021
  8. Jun 21, 2021
  9. Jun 10, 2021
  10. Apr 27, 2021
  11. Apr 14, 2021
  12. Dec 11, 2020
  13. Sep 02, 2020
  14. Aug 15, 2020
  15. Jul 19, 2020
  16. 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
  17. Jun 03, 2020
  18. May 13, 2020
  19. May 12, 2020
  20. May 02, 2020
  21. Mar 07, 2020
  22. Feb 20, 2020
  23. Feb 14, 2020
  24. Feb 04, 2020
  25. Jan 06, 2020
  26. Sep 22, 2019
  27. Sep 12, 2019
  28. Jun 24, 2019
  29. Jun 20, 2019
  30. Jun 15, 2019
    • Matthias Schiffer's avatar
      Add GLUON_DEPRECATED flag · 912490c0
      Matthias Schiffer authored
      This new build flag is mandatory for now (it may default to 0 in a future
      Gluon version). It may be set to the following values:
      
      * 0 - Do not build any images for deprecated devices.
      * upgrade - Only build sysupgrade images for deprecated devices.
      * full - Build both sysupgrade and factory images for deprecated devices.
      
      "Other" images are handled like factory images, as they are also used for
      the initial installation of Gluon on a device.
      Unverified
      912490c0
  31. Apr 21, 2019
  32. Apr 11, 2019
  33. Apr 02, 2019
  34. Mar 15, 2019
Loading