From: osdl.net!shemminger Date: Fri, 30 Jul 2004 20:50:38 +0000 (+0000) Subject: HTB might have version mismatch so make it an option X-Git-Tag: v2_6_8-040730~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebafc64da8a592f497e6d84774baef24c7a2ab9e;p=thirdparty%2Fiproute2.git HTB might have version mismatch so make it an option (Logical change 1.59) --- diff --git a/tc/Makefile b/tc/Makefile index a0a65760a..a9ddc064b 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