Skip to content
Snippets Groups Projects
  1. May 31, 2019
  2. Apr 10, 2019
    • Adrian Schmutzler's avatar
      buildscript/patches: Automatically scan directories for feeds · 014f66a8
      Adrian Schmutzler authored
      
      The buildscript knows two different types of patches, which are
      applied to pulled-in repositories:
      
      1. Feed patches
      Those are applied as "GIT patches" to the relevant repos,
      directly after those have been checked out.
      They reside in subfolders of the build_patches folder, and
      have to be selected individually and manually in the
      buildscript.sh.
      
      2. Build patches
      Those are applied later in the process, just using the system
      patch tool, and changing the $target directory.
      All patches in the folder "build_patches/openwrt" are read
      and applied automatically.
      
      This is both inconsistent (two different types of patches in
      the same dir) and annoying (feed patches have to be specified
      by hand), especially for unexperienced developers.
      
      This patch addresses this by:
      - separating files into two dirs: build_patches and feed_patches
      - automatically scanning feed patches and thus having similar
        experience for the user (I cannot think of a case where we
        provide a patch, but do not use it)
      
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      Reviewed-by: default avatarRobert Langhammer <rlanghammer@web.de>
      014f66a8
  3. Feb 03, 2019
  4. Jan 29, 2019
  5. Jan 28, 2019
  6. Oct 24, 2018
  7. Jul 25, 2018
  8. Jun 17, 2018
  9. Jan 21, 2018
  10. Dec 22, 2017
  11. Nov 03, 2017
  12. Oct 14, 2017
  13. Sep 18, 2017
  14. Sep 17, 2017
  15. Aug 20, 2017
  16. Jul 28, 2017
  17. Jun 02, 2017
  18. Feb 18, 2017
  19. Jan 10, 2017
  20. Jan 06, 2017
  21. Nov 04, 2016
  22. Jul 22, 2016
  23. Apr 30, 2016
  24. Apr 24, 2016
  25. Mar 27, 2016
  26. Mar 24, 2016
  27. Mar 10, 2016
  28. Jan 31, 2016
  29. Jan 24, 2016
  30. Dec 14, 2015
  31. Dec 06, 2015
  32. Nov 17, 2015
Loading