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)
commit6015fc07618173bc9cc44890e0f9c86081c80848
treee3aa572bfcabd08d6849181ae29d7b832f86427e
parent786b15ff1460e8611eaa35ec024efe08fd3a5ebe
musl-compat: avoid kernel header conflicts

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>
iptables.h
options.h