Skip to content
Snippets Groups Projects
  1. Dec 29, 2019
  2. Dec 14, 2019
  3. Sep 14, 2019
  4. Aug 21, 2019
  5. Jun 17, 2019
  6. Jun 16, 2019
  7. 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
    • Matthias Schiffer's avatar
      Switch to Lua for target definitions · 071cf7b2
      Matthias Schiffer authored
      The old bash-based parsing code was way too complex. Replace it with Lua.
      071cf7b2
  8. Apr 28, 2019
  9. Apr 22, 2019
  10. Apr 11, 2019
  11. Feb 12, 2019
  12. Jul 15, 2018
    • David Bauer's avatar
      scripts: include binaries in patch · 6e48dede
      David Bauer authored
      This commit allows for binary content in patches created via 'make
      update-patches'.
      
      Binary patches are needed for BDFs required for al boards on the new
      ipq40xx target. Before this commit, binaries were omitted from the
      generated patch which resulted in the patch not able to apply.
      
      Patches without binary content do not differ in case they are created
      with the '--binary' flag.
      6e48dede
  13. Jul 14, 2018
    • Matthias Schiffer's avatar
      scripts/copy_output.sh: add support for "extra" images · 7460431f
      Matthias Schiffer authored
      
      The new extra_image command allows to copy additional images that don't
      fall into the sysupgrade or factory categories to the output directory.
      These images will be placed in the "other" subdirectory.
      
      The extra_image command takes 3 arguments: in_suffix (suffix in OpenWrt
      bin directory), out_suffix (suffix in Gluon output directory) and ext (file
      extension). Example:
      
        extra_image '-tftp' '-tftp' '.bin'
      
      The ext argument can be omitted to control the whole filename suffix
      including the extension from in_suffix and out_suffix. Multiple extra_image
      commands can be used for a single device; aliases work as usual.
      
      Based-on-patch-by: default avatarDavid Bauer <mail@david-bauer.net>
      7460431f
    • Matthias Schiffer's avatar
      scripts/copy_output.sh: refactor · e8cb34ba
      Matthias Schiffer authored
      e8cb34ba
  14. Jul 11, 2018
  15. Jul 10, 2018
  16. Jun 29, 2018
  17. Apr 27, 2018
  18. Apr 01, 2018
  19. Mar 20, 2018
  20. Jan 26, 2018
  21. Jan 24, 2018
  22. Jan 19, 2018
  23. Dec 28, 2017
  24. Nov 23, 2017
  25. Oct 29, 2017
Loading