From ebafc64da8a592f497e6d84774baef24c7a2ab9e Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Fri, 30 Jul 2004 20:50:38 +0000 Subject: [PATCH] HTB might have version mismatch so make it an option (Logical change 1.59) --- tc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tc/Makefile b/tc/Makefile index a0a65760..a9ddc064 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -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 -- 2.39.2