Eu estava tentando construir o kernel com um novo pacote chamado kaunetem incluído na árvore do kernel. Eu recebi o seguinte erro ao compilar. Eu não acho que tenha ocorrido devido ao pacote kaunetem, pois ele não contém 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
Tags kernel