diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-10-07 16:03:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-10-07 16:03:12 +0000 |
commit | a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4 (patch) | |
tree | 4ac3f975665a7f0a6ef467746a92ddf078601b17 /package/iproute2/patches/000-debian_patches_3.patch | |
parent | ce5e1abbb778411d9f6836d2b93ad4a57ba983e1 (diff) | |
download | upstream-a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4.tar.gz upstream-a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4.tar.bz2 upstream-a3284cb0e1726c8f74bd80e5f1879d4cb0b97ed4.zip |
iproute2: update to 2.6.39
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
SVN-Revision: 28378
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 @@ |