From: Stephen Hemminger Date: Tue, 16 Oct 2007 21:27:42 +0000 (-0700) Subject: add q_rr to tc Makefile X-Git-Tag: v2.6.23-071016 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45305c2470e78904b28f147eb81dd40e1e010cf1;p=thirdparty%2Fiproute2.git add q_rr to tc Makefile Signed-off-by: Stephen Hemminger --- diff --git a/tc/Makefile b/tc/Makefile index 22cd437d4..a71556677 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -11,6 +11,7 @@ TCMODULES += q_red.o TCMODULES += q_prio.o TCMODULES += q_tbf.o TCMODULES += q_cbq.o +TCMODULES += q_rr.o TCMODULES += q_netem.o TCMODULES += f_rsvp.o TCMODULES += f_u32.o