modernize backfire 10.03 so it can be operational again
[openwrt-10.03/.git] / package / quagga / patches-upstream / 999-old_uclibc.patch
1 --- a/zebra/rt_netlink.c        2016-03-16 01:17:17.000000000 +0200
2 +++ b/zebra/rt_netlink.c        2016-07-14 13:03:27.227590115 +0300
3 @@ -47,6 +47,10 @@
4  
5  #include "rt_netlink.h"
6  
7 +#ifndef ARPHRD_IEEE802154
8 +#define ARPHRD_IEEE802154 804
9 +#endif
10 +
11  static const struct message nlmsg_str[] = {
12    {RTM_NEWROUTE, "RTM_NEWROUTE"},
13    {RTM_DELROUTE, "RTM_DELROUTE"},