fastd: fix musl compatibility
authorMatthias Schiffer <redacted>
Fri, 19 Jun 2015 02:16:09 +0000 (04:16 +0200)
committerMatthias Schiffer <redacted>
Fri, 19 Jun 2015 02:16:09 +0000 (04:16 +0200)
commitc38ba76698a092eab0459952b7e598872830d3a6
tree29795414e3f7cbfbb99e7b6bc25b749364924f95
parent789dafdb11cd992cf66dbc539ce3ef5de495ce13
fastd: fix musl compatibility

Prefer linux/if_ether.h over netinet/if_ether.h if available since the
musl libc if_ether.h header does not allow mixing with kernel headers,
it will result in a struct ethhdr redefinition error.

Signed-off-by: Jo-Philipp Wich <redacted>
Signed-off-by: Matthias Schiffer <redacted>
net/fastd/Makefile
net/fastd/patches/100-musl-compat.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT