CC networking/libiproute/iplink.o networking/libiproute/iplink.c: In function 'do_change': networking/libiproute/iplink.c:336: error: 'IFLA_LINKINFO' undeclared (first use in this function) networking/libiproute/iplink.c:336: error: (Each undeclared identifier is reported only once networking/libiproute/iplink.c:336: error: for each function it appears in.) networking/libiproute/iplink.c:337: error: 'IFLA_INFO_KIND' undeclared (first use in this function) make[1]: *** [networking/libiproute/iplink.o] Error 1 make: *** [networking/libiproute] Error 2 Identifier "IFLA_LINKINFO" was presented in a kernel 2.6.23 release. And therefore does not compile with older kernel headers presented in toolchain.
Already fixed in git: #ifndef IFLA_LINKINFO # define IFLA_LINKINFO 18 # define IFLA_INFO_KIND 1 #endif Will be in 1.18.x