openwrt/package/network
Hauke Mehrtens 26af8e48d3 linux-atm: Fix compile problem with kernel 4.20
This fixes the following compile problem with kernel 4.20:

In file included from arp.c:20:0:
include/linux/if_arp.h:121:16: error: 'IFNAMSIZ' undeclared here (not in a function)
  char  arp_dev[IFNAMSIZ];
                ^~~~~~~~
make[7]: *** [Makefile:459: arp.o] Error 1

This is caused by commit 6a12709da354 ("net: if_arp: use define instead
of hard-coded value") in the upstream Linux kernel which is integrated
in Linux 4.20.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2019-03-10 19:04:30 +01:00
..
config vti: remove setting default firewall zone to wan 2019-02-09 21:04:36 +01:00
ipv6 6to4: update OpenWrt documentation URL 2019-03-09 18:19:18 +01:00
services wireguard: bump to 0.0.20190227 2019-02-28 08:50:19 +01:00
utils linux-atm: Fix compile problem with kernel 4.20 2019-03-10 19:04:30 +01:00