nbd
aef1aa788e
iproute2: update to 3.3.0, drop a few useless old patches, add codel support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 15:23:12 +00:00
florian
2be3359d6a
[package] iproute2: update to 2.6.39
...
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-07 16:03:12 +00:00
nbd
5b934a6fcf
kernel: add a new scheduler action for restoring the connection tracking mark - useful for ingress shaping, will be used for replacing IMQ later
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-21 00:03:20 +00:00
jow
fab3a85d30
[package] iproute2: dont filter cached routes on iproute_get ( #8339 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-02 20:29:22 +00:00
mb
0748f97856
iproute2: Add lex/yacc files dependencies. Refresh other patches.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-12 11:05:55 +00:00
jow
3f65319585
[package] iproute2: update to v2.6.31 ( #7354 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-20 06:09:49 +00:00
juhosg
7bb7d75ca9
package/iproute2: refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 14:28:35 +00:00
jow
9c1ef4da06
[package] iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-14 21:32:30 +00:00
nbd
99867b24bf
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-05 11:55:00 +00:00
nbd
8f4fd13fba
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
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 00:01:22 +00:00
nbd
9fa444b39d
upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 14:05:54 +00:00
florian
ee25f77757
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-08 21:49:17 +00:00
noz
26966f2c7f
Update iproute2 to version 2.6.25, and fixup patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-20 22:17:26 +00:00
nbd
2468e2c104
revert iproute2 to the old version until the new one is fixed ( #3026 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-06 17:13:00 +00:00
pavlov
87d6328729
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
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08 22:28:35 +00:00
florian
d93e54e4b4
Fix compilation on 2.4 kernels
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-13 17:53:46 +00:00
florian
265ec70a6f
Add esfq to iproute2 and 2.4 kernel ( #1891 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-13 17:33:25 +00:00
noz
645a901ce0
update iproute2 to 2.6.20-070313, and package genl utility
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-09 13:17:46 +00:00
nbd
b5cb1795de
refresh all package patches in the buildroot using quilt
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04 11:25:53 +00:00
hcg
6806e11ba1
Patch to work arounf flex issues with newer version of flex with some
...
distros.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7123 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-07 14:32:00 +00:00
florian
0bacf692d0
Fix MacOSX build errors with iproute2 ( #1533 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-08 20:59:28 +00:00
kaloz
0bc141c3df
upgrade to iproute2-2.6.15-060110
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-22 12:26:02 +00:00
nbd
bb542f1000
add advanced overhead options for htb in iproute2/tc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-15 19:29:54 +00:00
kaloz
e285af3e18
upgrade wireless-tools and iproute2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-27 17:32:43 +00:00
nico
6d00edf733
Force iproute2 Config to build without ATM support, even if host system has
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-23 01:30:15 +00:00
mbm
f77b88d124
nbd's makefile/menuconfig rewrite
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06 03:34:52 +00:00