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