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