diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-21 03:01:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-21 03:01:04 +0200 |
commit | a6747a9a5d224e8b62e1848cb6717c61ab20fc7b (patch) | |
tree | 75c090b2a3704c25ef9b6a14f27854578f56213d /package/iproute2/patches/patch-include_linux_if_bridge_h | |
parent | d06385ef288df5449489dd2e315013b32bb5d15b (diff) |
iproute2: update to 4.5.0, add buildroot patches
Diffstat (limited to 'package/iproute2/patches/patch-include_linux_if_bridge_h')
-rw-r--r-- | package/iproute2/patches/patch-include_linux_if_bridge_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/iproute2/patches/patch-include_linux_if_bridge_h b/package/iproute2/patches/patch-include_linux_if_bridge_h new file mode 100644 index 000000000..ec7c8bfd7 --- /dev/null +++ b/package/iproute2/patches/patch-include_linux_if_bridge_h @@ -0,0 +1,10 @@ +--- iproute2-4.5.0.orig/include/linux/if_bridge.h 2016-03-15 00:02:31.000000000 +0100 ++++ iproute2-4.5.0/include/linux/if_bridge.h 2016-04-21 02:44:12.713804912 +0200 +@@ -15,7 +15,6 @@ + + #include <linux/types.h> + #include <linux/if_ether.h> +-#include <linux/in6.h> + + #define SYSFS_BRIDGE_ATTR "bridge" + #define SYSFS_BRIDGE_FDB "brforward" |