| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
can fail when TARGET_CFLAGS contains the ":" symbol.
Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
SVN-Revision: 18311
|
|
|
|
|
|
| |
allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes
SVN-Revision: 16791
|
|
|
|
| |
SVN-Revision: 16777
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 11230
|
|
|
|
| |
SVN-Revision: 10744
|
|
|
|
|
|
| |
patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel
SVN-Revision: 10147
|
|
|
|
| |
SVN-Revision: 7615
|
|
|
|
| |
SVN-Revision: 7612
|
|
|
|
| |
SVN-Revision: 7540
|
|
|
|
| |
SVN-Revision: 7490
|
|
|
|
| |
SVN-Revision: 7123
|
|
|
|
| |
SVN-Revision: 6904
|
|
|