''TCA_HTB_PAD' no declarado' no declarado

''TCA_HTB_PAD' no declarado' no declarado

Estaba intentando construir el kernel con un nuevo paquete llamado kaunetem incluido en el árbol del kernel. Recibí el siguiente error al compilar. No creo que haya ocurrido debido al paquete kaunetem ya que no contiene TCA_HTB_PAD.

net/sched/sch_htb.c: In function ‘htb_dump_class’:
net/sched/sch_htb.c:1098:10: error: ‘TCA_HTB_PAD’ undeclared (first use in this function)
TCA_HTB_PAD))

net/sched/sch_htb.c:1098:10: note: each undeclared identifier is reported only once for each function it appears in
scripts /Makefile.build:295: recipe for target 'net/sched/sch_htb.o' failed

make[2]: *** [net/sched/sch_htb.o] Error 1
scripts/Makefile.build:440: recipe for target 'net/sched' failed
make[1]: *** [net/sched] Error 2
Makefile:968: recipe for target 'net' failed

make: *** [net] Error 2
Command exited with non-zero status 2

información relacionada