HTB might have version mismatch so make it an option
(Logical change 1.59)
This commit is contained in:
parent
a166d246d8
commit
ebafc64da8
|
|
@ -17,9 +17,12 @@ TCMODULES += q_dsmark.o
|
||||||
TCMODULES += q_gred.o
|
TCMODULES += q_gred.o
|
||||||
TCMODULES += f_tcindex.o
|
TCMODULES += f_tcindex.o
|
||||||
TCMODULES += q_ingress.o
|
TCMODULES += q_ingress.o
|
||||||
TCMODULES += q_htb.o
|
|
||||||
TCMODULES += q_hfsc.o
|
TCMODULES += q_hfsc.o
|
||||||
|
|
||||||
|
ifeq ($(TC_CONFIG_HTB),y)
|
||||||
|
TCMODULES += q_htb.o
|
||||||
|
endif
|
||||||
|
|
||||||
# deadmen walking
|
# deadmen walking
|
||||||
#TCMODULES += q_csz.o
|
#TCMODULES += q_csz.o
|
||||||
#TCMODULES += q_hpfq.o
|
#TCMODULES += q_hpfq.o
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue