mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #5011 from Borromini/mii-tool
mii-tool: fix kernel 4.9 compatibility
This commit is contained in:
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mii-tool
|
PKG_NAME:=mii-tool
|
||||||
PKG_VERSION=2016-10-06-$(PKG_SOURCE_VERSION)
|
PKG_VERSION=2016-10-06-$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git://git.code.sf.net/p/net-tools/code
|
PKG_SOURCE_URL:=git://git.code.sf.net/p/net-tools/code
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
--- a/iptunnel.c 2016-07-10 20:15:29.000000000 +0200
|
||||||
|
+++ b/iptunnel.c 2017-10-19 19:51:09.172782821 +0200
|
||||||
|
@@ -26,7 +26,6 @@
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#include <sys/ioctl.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
-#include <netinet/ip.h>
|
||||||
|
#include <arpa/inet.h>
|
||||||
|
#include <net/if.h>
|
||||||
|
#include <net/if_arp.h>
|
||||||
Reference in New Issue
Block a user