mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
iptables generally bundles the netfilter header files inside its own tar-ball. Since iptables 1.8.8, it started to make use of netfilter/nf_log.h, but didn't include it in the iptables tar-ball. This can lead to build failures. Add a patch that rectifies this for iptables 1.8.8. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>