summaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches
Commit message (Collapse)AuthorAgeFilesLines
* 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 version 2.6.25, and fixup patchesPeter Denison2008-05-204-223/+154
| | | | SVN-Revision: 11230
* revert iproute2 to the old version until the new one is fixed (#3026)Felix Fietkau2008-04-064-2970/+1477
| | | | SVN-Revision: 10744
* updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted ↵Tim Yardley2008-01-084-1477/+2970
| | | | | | patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel SVN-Revision: 10147
* Fix compilation on 2.4 kernelsFlorian Fainelli2007-06-131-0/+14
| | | | SVN-Revision: 7615
* Add esfq to iproute2 and 2.4 kernel (#1891)Florian Fainelli2007-06-131-0/+295
| | | | SVN-Revision: 7612
* update iproute2 to 2.6.20-070313, and package genl utilityPeter Denison2007-06-096-90/+72
| | | | SVN-Revision: 7540
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-046-68/+90
| | | | SVN-Revision: 7490
* Patch to work arounf flex issues with newer version of flex with some distros.Hamish Guthrie2007-05-071-0/+1768
| | | | SVN-Revision: 7123
* Fix MacOSX build errors with iproute2 (#1533)Florian Fainelli2007-04-081-0/+63
| | | | SVN-Revision: 6904
* finally move buildroot-ng to trunkFelix Fietkau2016-03-204-0/+1548