mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-10 07:15:01 +00:00
HFSC is configurable
(Logical change 1.60)
This commit is contained in:
parent
88ad53d9ee
commit
1a1ba4bebb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user