diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-07 16:03:12 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-07 16:03:12 +0000 |
commit | 2be3359d6afd440bf20545434c413225f4aa37d0 (patch) | |
tree | 5053a1e15f1e5d28b1d32c32f57c5873a3326821 /package/iproute2/patches/000-debian_patches_3.patch | |
parent | aef22c219068fc4cdf290ba7a287b0b10ea7bdac (diff) |
[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
Diffstat (limited to 'package/iproute2/patches/000-debian_patches_3.patch')
-rw-r--r-- | package/iproute2/patches/000-debian_patches_3.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iproute2/patches/000-debian_patches_3.patch b/package/iproute2/patches/000-debian_patches_3.patch index 8e688f89cc..bdb1328e5f 100644 --- a/package/iproute2/patches/000-debian_patches_3.patch +++ b/package/iproute2/patches/000-debian_patches_3.patch @@ -654,9 +654,9 @@ TCMODULES += q_multiq.o TCMODULES += q_netem.o +TCMODULES += q_wrr.o + TCMODULES += q_choke.o TCMODULES += f_rsvp.o TCMODULES += f_u32.o - TCMODULES += f_route.o --- a/tc/q_htb.c +++ b/tc/q_htb.c @@ -1,3 +1,311 @@ |