--- trunk/mkinitrd-magellan/busybox/networking/libiproute/iplink.c 2010/08/18 21:56:57 1123 +++ trunk/mkinitrd-magellan/busybox/networking/libiproute/iplink.c 2010/12/15 21:33:41 1179 @@ -15,6 +15,11 @@ #include "rt_names.h" #include "utils.h" +#ifndef IFLA_LINKINFO +# define IFLA_LINKINFO 18 +# define IFLA_INFO_KIND 1 +#endif + /* taken from linux/sockios.h */ #define SIOCSIFNAME 0x8923 /* set interface name */