summaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/004-darwin_fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler actionFelix Fietkau2009-07-111-16/+8
| | | | SVN-Revision: 16777
* package iproute2 has problems building on recent BSD-derived platforms ↵Florian Fainelli2008-08-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | because some programs to be run on the host use malloc.h in an incompatible way. package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin, however the fix can be made to work on other BSD platforms by changing the patch as below. I think a similar approach should work for other BSD-derived platforms, replacing the #ifndef __APPLE__ with #if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...) or perhaps even with just #ifdef __linux__ if the set of platforms where malloc.h is ok is small or restricted to just linux In any case, the patch is below. (#3869) Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it> SVN-Revision: 12249
* update iproute2 to 2.6.20-070313, and package genl utilityPeter Denison2007-06-091-12/+12
| | | | SVN-Revision: 7540
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-041-12/+16
| | | | SVN-Revision: 7490
* Fix MacOSX build errors with iproute2 (#1533)Florian Fainelli2007-04-081-0/+63
SVN-Revision: 6904