Commit 1a1ba4be authored by osdl.net!shemminger's avatar osdl.net!shemminger

HFSC is configurable

(Logical change 1.60)
parent 88ad53d9
......@@ -17,7 +17,10 @@ TCMODULES += q_dsmark.o
TCMODULES += q_gred.o
TCMODULES += f_tcindex.o
TCMODULES += q_ingress.o
TCMODULES += q_hfsc.o
ifeq ($(TC_CONFIG_HFSC),y)
TCMODULES += q_hfsc.o
endif
ifeq ($(TC_CONFIG_HTB),y)
TCMODULES += q_htb.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment