diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-07-19 21:43:50 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-19 21:10:02 +0200 |
commit | c12e01cc2c3133bfb9f53ab0486c6d7bf909d089 (patch) | |
tree | c9f1eb8a4f133aac475a4a86d8274ad44b897405 /package/iproute2/0002-ip-include-libc-headers-first.patch | |
parent | b1b962274bb363eeba492d3a3f4fc1ff3ea252c1 (diff) | |
download | buildroot-c12e01cc2c3133bfb9f53ab0486c6d7bf909d089.tar.gz buildroot-c12e01cc2c3133bfb9f53ab0486c6d7bf909d089.zip |
iproute2: bump to version 4.12.0
Drop upstream patch.
Add uClibc-ng compatibility fix. This is needed due to missing definition in
netinet/in.h.
Add license file hash.
Cc: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iproute2/0002-ip-include-libc-headers-first.patch')
-rw-r--r-- | package/iproute2/0002-ip-include-libc-headers-first.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/package/iproute2/0002-ip-include-libc-headers-first.patch b/package/iproute2/0002-ip-include-libc-headers-first.patch deleted file mode 100644 index b842142443..0000000000 --- a/package/iproute2/0002-ip-include-libc-headers-first.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 8afdd8babb9e82bcfde78e851b24b698436a6f9f Mon Sep 17 00:00:00 2001 -Message-Id: <8afdd8babb9e82bcfde78e851b24b698436a6f9f.1495466847.git.baruch@tkos.co.il> -From: Baruch Siach <baruch@tkos.co.il> -Date: Mon, 22 May 2017 15:42:49 +0300 -Subject: [PATCH] ip: include libc headers first - -Including libc headers first helps as a workaround to redefinition of struct -ethhdr with a suitably patched musl libc that suppresses the kernel -if_ether.h. - -Signed-off-by: Baruch Siach <baruch@tkos.co.il> ---- -Upstream status: posted http://marc.info/?l=linux-netdev&m=149545968900803&w=2 - - ip/iplink_bridge.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ip/iplink_bridge.c b/ip/iplink_bridge.c -index 818b43c89b5b..cccdec1c203a 100644 ---- a/ip/iplink_bridge.c -+++ b/ip/iplink_bridge.c -@@ -13,9 +13,9 @@ - #include <stdlib.h> - #include <string.h> - #include <netinet/in.h> -+#include <netinet/ether.h> - #include <linux/if_link.h> - #include <linux/if_bridge.h> --#include <netinet/ether.h> - #include <net/if.h> - - #include "rt_names.h" --- -2.11.0 - |