HTB might have version mismatch so make it an option

(Logical change 1.59)
This commit is contained in:
osdl.net!shemminger 2004-07-30 20:50:38 +00:00
parent a166d246d8
commit ebafc64da8
1 changed files with 4 additions and 1 deletions

View File

@ -17,9 +17,12 @@ TCMODULES += q_dsmark.o
TCMODULES += q_gred.o
TCMODULES += f_tcindex.o
TCMODULES += q_ingress.o
TCMODULES += q_htb.o
TCMODULES += q_hfsc.o
ifeq ($(TC_CONFIG_HTB),y)
TCMODULES += q_htb.o
endif
# deadmen walking
#TCMODULES += q_csz.o
#TCMODULES += q_hpfq.o