]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
add q_rr to tc Makefile
authorStephen Hemminger <shemminger@linux-foundation.org>
Tue, 16 Oct 2007 21:27:42 +0000 (14:27 -0700)
committerStephen Hemminger <shemminger@linux-foundation.org>
Tue, 16 Oct 2007 21:27:42 +0000 (14:27 -0700)
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
tc/Makefile

index 22cd437d46d0a78c152af4e363cdfdf8be1efc8e..a71556677a13f4a9faf6ac68c74114da68a9eb71 100644 (file)
@@ -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