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