Skip to content
Snippets Groups Projects
  1. Feb 16, 2017
  2. Feb 15, 2017
  3. Feb 11, 2017
  4. Feb 10, 2017
  5. Jan 18, 2017
  6. Dec 17, 2016
    • Felix Fietkau's avatar
      build: implement make check and make package/X/check · 7a315b0b
      Felix Fietkau authored
      
      This is intended to be used for a wide array of package sanity checks.
      
      The first check that is implemented is for the hash of downloaded files.
      It checks:
        - Missing hash
        - Use of SHA256 instead of MD5
        - dl/<file> hash not matching hash in makefile
        - deprecated MD5SUM variable
      
      The deprecated MD5SUM variable check is skipped for feeds/ until OpenWrt
      is updated as well
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      7a315b0b
  7. Aug 19, 2016
  8. Jul 07, 2016
  9. Jun 23, 2015
  10. Mar 15, 2015
  11. Dec 13, 2014
  12. Feb 18, 2014
  13. Apr 05, 2013
  14. Mar 28, 2013
    • Luka Perkov's avatar
      toolchain: stop generating broken symlink in TOOLCHAIN_DIR/lib · c0de55b3
      Luka Perkov authored
      
      It turns out that the symlink may exists already by the time the toolchain
      Makefile gets an opportunity to run. While we asked to replace the target, ln
      doesn't do so until after dereferencing the existing symlink. This results in
      an unintended symlink that refers to itself. Instead, create the link without
      dereferencing any symlinks by using the -n option.
      
      Signed-off-by: default avatarJohn Szakmeister <john@szakmeister.net>
      
      SVN-Revision: 36140
      c0de55b3
  15. Jul 03, 2012
  16. Jun 30, 2012
  17. Apr 28, 2012
  18. Jan 18, 2012
  19. Nov 28, 2011
  20. Apr 04, 2011
  21. Jan 12, 2011
  22. Sep 01, 2010
  23. Jul 20, 2010
  24. Oct 10, 2009
  25. Sep 23, 2009
  26. Jul 26, 2009
  27. Jul 11, 2009
  28. Jan 08, 2009
    • Nicolas Thill's avatar
      add support for alternative C libraries (currently only glibc/eglibc) other... · a3edea1b
      Nicolas Thill authored
      add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc)
      
      SVN-Revision: 13931
      a3edea1b
  29. Jun 15, 2008
  30. Sep 08, 2007
  31. Aug 07, 2007
  32. Jul 30, 2007
  33. Jul 28, 2007
  34. Jun 28, 2007
Loading