iproute2: fix header problem for musl
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Jan 2015 10:58:29 +0000 (10:58 +0000)
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Jan 2015 10:58:29 +0000 (10:58 +0000)
commit3095b3b68b4b722cb19ed9d3560c4664da75530f
tree73f497b22458c5f5660f0bec2dfd9447f849050d
parent86bd3502a4adf74bd7b88efa563e6bc239d86f7d
iproute2: fix header problem for musl

iproute2 includes "sanitized" linux kernel headers, which work fine for uClibc, however
with musl there is some header conflict, principally some ipv6 structure redefinition.  This
patch removes <linux/in6.h> from include/linux/if_bridge.h to solve the problem.

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43992 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/network/utils/iproute2/patches/910-sanitize_headers_for_musl.patch [new file with mode: 0644]