Commit graph

18 commits

Author SHA1 Message Date
Michael Büsch
0c4abfba31 iproute2: Add lex/yacc files dependencies. Refresh other patches.
SVN-Revision: 23027
2010-09-12 11:05:55 +00:00
Jo-Philipp Wich
84e9706d09 iproute2: update to v2.6.31 (#7354)
SVN-Revision: 21513
2010-05-20 06:09:49 +00:00
Gabor Juhos
22d0b13b78 package/iproute2: refresh patches
SVN-Revision: 20464
2010-03-26 14:28:35 +00:00
Jo-Philipp Wich
013fa61257 iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160
SVN-Revision: 18422
2009-11-14 21:32:30 +00:00
Felix Fietkau
80a458df05 Pass TARGET_CFLAGS using and external variable instead a sed expression that can fail when TARGET_CFLAGS contains the ":" symbol.
Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>

SVN-Revision: 18311
2009-11-05 11:55:00 +00:00
Felix Fietkau
d680184c26 sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes
SVN-Revision: 16791
2009-07-12 00:01:22 +00:00
Felix Fietkau
b5730c409f upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
SVN-Revision: 16777
2009-07-11 14:05:54 +00:00
Florian Fainelli
e71cdf8127 package iproute2 has problems building on recent BSD-derived platforms 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
2008-08-08 21:49:17 +00:00
Peter Denison
de5c50cfe4 Update iproute2 to version 2.6.25, and fixup patches
SVN-Revision: 11230
2008-05-20 22:17:26 +00:00
Felix Fietkau
88cb2e91d6 revert iproute2 to the old version until the new one is fixed (#3026)
SVN-Revision: 10744
2008-04-06 17:13:00 +00:00
Tim Yardley
063e150eb9 updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel
SVN-Revision: 10147
2008-01-08 22:28:35 +00:00
Florian Fainelli
b895be6ee0 Fix compilation on 2.4 kernels
SVN-Revision: 7615
2007-06-13 17:53:46 +00:00
Florian Fainelli
27a7fa73ee Add esfq to iproute2 and 2.4 kernel (#1891)
SVN-Revision: 7612
2007-06-13 17:33:25 +00:00
Peter Denison
7a1b6c92a1 update iproute2 to 2.6.20-070313, and package genl utility
SVN-Revision: 7540
2007-06-09 13:17:46 +00:00
Felix Fietkau
9114220553 refresh all package patches in the buildroot using quilt
SVN-Revision: 7490
2007-06-04 11:25:53 +00:00
Hamish Guthrie
e1fa2bccba Patch to work arounf flex issues with newer version of flex with some distros.
SVN-Revision: 7123
2007-05-07 14:32:00 +00:00
Florian Fainelli
2787236e0e Fix MacOSX build errors with iproute2 (#1533)
SVN-Revision: 6904
2007-04-08 20:59:28 +00:00
Felix Fietkau
60c1f0f64d finally move buildroot-ng to trunk 2016-03-20 17:29:15 +01:00