diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-07-11 14:05:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-07-11 14:05:54 +0000 |
commit | b5730c409f4a54c71ca914e71b4a8c949264666e (patch) | |
tree | f274a89e2e2b46e2349f4ffc520cb66f450d8901 /package/iproute2/patches/003-iproute2-htb_overhead.patch | |
parent | 7dc435ea2965a0219c3a4e8b2a717030a30b4cad (diff) | |
download | upstream-b5730c409f4a54c71ca914e71b4a8c949264666e.tar.gz upstream-b5730c409f4a54c71ca914e71b4a8c949264666e.tar.bz2 upstream-b5730c409f4a54c71ca914e71b4a8c949264666e.zip |
upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
SVN-Revision: 16777
Diffstat (limited to 'package/iproute2/patches/003-iproute2-htb_overhead.patch')
-rw-r--r-- | package/iproute2/patches/003-iproute2-htb_overhead.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/iproute2/patches/003-iproute2-htb_overhead.patch b/package/iproute2/patches/003-iproute2-htb_overhead.patch index 21f650aa69..bf7ee11d5f 100644 --- a/package/iproute2/patches/003-iproute2-htb_overhead.patch +++ b/package/iproute2/patches/003-iproute2-htb_overhead.patch @@ -1,7 +1,5 @@ -Index: iproute2-2.6.25/tc/q_htb.c -=================================================================== ---- iproute2-2.6.25.orig/tc/q_htb.c 2008-05-01 00:37:50.000000000 +0100 -+++ iproute2-2.6.25/tc/q_htb.c 2008-05-01 20:30:28.000000000 +0100 +--- a/tc/q_htb.c ++++ b/tc/q_htb.c @@ -35,10 +35,14 @@ static void explain(void) " default minor id of class to which unclassified packets are sent {0}\n" " r2q DRR quantums are computed as rate in Bps/r2q {10}\n" |