Skip to content
Snippets Groups Projects
  1. Feb 15, 2017
  2. Dec 16, 2016
  3. Jun 24, 2016
  4. Jul 10, 2015
    • Felix Fietkau's avatar
      ebtables: fix miscompilation on 64bit targets · 1c8148a8
      Felix Fietkau authored
      
      The musl build "fix" introduced in r45108 removed all netinet/ether.h
      includes, which made the prototypes of ether_aton and ether_ntoa
      unavailable. As a result, the compiler assumed they return int instead
      of a pointer. This currupted the pointer on 64bit targets, causing ebtables
      to segfault in commands containing MAC addresses.
      
      Since r46161 made it possible to include both the kernel and the libc
      if_ether.h as long as the libc version is included first, this patch
      changes the fix to remove the linux/if_ether.h from the ebtables source
      (so the fixed version from the kernel is used) and ensures netinet/ether.h
      is included early.
      
      Signed-off-by: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
      
      SVN-Revision: 46292
      1c8148a8
  5. Mar 09, 2015
  6. Feb 11, 2015
  7. Nov 03, 2014
    • John Crispin's avatar
      license info - revert r43155 · 74a3a77b
      John Crispin authored
      
      turns out that r43155 adds duplicate info.
      
      Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
      
      SVN-Revision: 43167
      74a3a77b
    • John Crispin's avatar
      Add more license tags with SPDX identifiers · c10d9748
      John Crispin authored
      
      Note, that licensing stuff is a nightmare: many packages does not clearly
      state their licenses, and often multiple source files are simply copied
      together - each with different licensing information in the file headers.
      
      I tried hard to ensure, that the license information extracted into the OpenWRT's
      makefiles fit the "spirit" of the packages, e.g. such small packages which
      come without a dedicated source archive "inherites" the OpenWRT's own license
      in my opinion.
      
      However, I can not garantee that I always picked the correct information
      and/or did not miss license information.
      
      Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>
      
      SVN-Revision: 43155
      c10d9748
  8. Nov 02, 2014
  9. Oct 10, 2012
  10. Jun 11, 2012
  11. Jan 30, 2012
  12. Mar 12, 2011
  13. May 21, 2010
  14. Aug 01, 2009
  15. May 04, 2009
  16. Apr 17, 2009
  17. Oct 03, 2008
  18. Oct 01, 2008
  19. Sep 27, 2008
  20. Aug 06, 2008
  21. Jun 22, 2008
  22. Sep 07, 2007
  23. Jul 31, 2007
  24. Mar 16, 2007
  25. Nov 23, 2006
Loading