musl-compat: avoid kernel header conflicts
authorRalph Sennhauser <ralph.sennhauser@gmail.com>
Sun, 6 Nov 2016 09:59:43 +0000 (10:59 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 6 Nov 2016 19:21:12 +0000 (20:21 +0100)
The conflict between Musls net/if.h and linux/if.h is an old well known
one and taken care of by a series of linux-headers patches in OpenWrt.
Since Linux 4.8-rc5 Firewall3 also indirectly pulls in linux/in.h and
linux/in6.h leading to new conflicts.

As Firewall3 is fine with just the libc headers prevent inclusion of the
corresponding kernel headers.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>

No differences found