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