iproute2: fix header problem for musl
authorSteven Barth <cyrus@openwrt.org>
Sat, 17 Jan 2015 10:58:29 +0000 (10:58 +0000)
committerSteven Barth <cyrus@openwrt.org>
Sat, 17 Jan 2015 10:58:29 +0000 (10:58 +0000)
commitd644d1bd5e8d5fd81656fb3080afacb3dcd13034
treeae2b288bed99d80daef98c3a77544a8a7f25f82d
parent148684bbf45a42ef1ade489eeae96102ba4e1eaa
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>
SVN-Revision: 43992
package/network/utils/iproute2/patches/910-sanitize_headers_for_musl.patch [new file with mode: 0644]