summaryrefslogtreecommitdiff
path: root/package/network/utils/iproute2/patches/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-10-01 21:46:27 +0200
committerHans Dedecker <dedeckeh@gmail.com>2017-10-13 21:48:44 +0200
commitdb18cee2d75d88e2ae88e3d1f75b5b3359ed6f19 (patch)
tree0c58790bbda4cfaeea8f85be90e7b18d104a0062 /package/network/utils/iproute2/patches/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch
parent5bd006aa2689d1ec813936b13eb1eb85ef4a0ab8 (diff)
downloadmtk-20170518-db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19.zip
mtk-20170518-db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19.tar.gz
mtk-20170518-db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19.tar.bz2
iproute2: bump to 4.13
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/patches/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch')
-rw-r--r--package/network/utils/iproute2/patches/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/network/utils/iproute2/patches/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch b/package/network/utils/iproute2/patches/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch
index 42e2932..c022d17 100644
--- a/package/network/utils/iproute2/patches/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch
+++ b/package/network/utils/iproute2/patches/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch
@@ -65,15 +65,3 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org>
/* Definitions for in.h */
#define __UAPI_DEF_IN_ADDR 1
#define __UAPI_DEF_IN_IPPROTO 1
---- a/ip/iplink_bridge.c
-+++ b/ip/iplink_bridge.c
-@@ -14,8 +14,8 @@
- #include <string.h>
- #include <netinet/in.h>
- #include <linux/if_link.h>
--#include <linux/if_bridge.h>
- #include <netinet/ether.h>
-+#include <linux/if_bridge.h>
- #include <net/if.h>
-
- #include "rt_names.h"