linux-atm: Fix compile problem with kernel 4.20
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 10 Mar 2019 18:02:56 +0000 (19:02 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 10 Mar 2019 18:04:30 +0000 (19:04 +0100)
commit26af8e48d37785e1f3b1bad247e9685a1980a6f0
tree52e12856c545c8f1177919337cac771c4565dc8c
parent8f9155fe7ac9417ed4bfdaf4256d1758987024a8
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>
package/network/utils/linux-atm/patches/510-remove-LINUX_NETDEVICE-hack.patch [new file with mode: 0644]