X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9fa444b39d3beaacc58b3b563bfbd6d95d6e1832..502d6255c81bbbfa76c6fc153d2c57351ee85d32:/package/iproute2/patches/007-version_includes.patch diff --git a/package/iproute2/patches/007-version_includes.patch b/package/iproute2/patches/007-version_includes.patch index 01d7d65e1..30fefa34d 100644 --- a/package/iproute2/patches/007-version_includes.patch +++ b/package/iproute2/patches/007-version_includes.patch @@ -1,11 +1,16 @@ +--- + include/linux/netfilter_ipv4/ip_tables.h | 3 +++ + 1 file changed, 3 insertions(+) + --- a/include/linux/netfilter_ipv4/ip_tables.h +++ b/include/linux/netfilter_ipv4/ip_tables.h -@@ -114,7 +114,10 @@ struct ipt_entry +@@ -113,8 +113,11 @@ struct ipt_entry { #define IPT_CONTINUE XT_CONTINUE #define IPT_RETURN XT_RETURN +#include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) + /* This group is older than old (iptables < v1.4.0-rc1~89) */ #include +#endif #define ipt_udp xt_udp