From 3349cf269125525480485ee40bf30d7f0c8ae17a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 3 May 2012 09:43:10 +0000 Subject: Fix iptables abuse of kernel header files. Use exported headers instead. [juhosg: export xt_layer7.h for all kernel versions] Signed-off-by: David Woodhouse SVN-Revision: 31566 --- .../linux/generic/patches-3.2/600-netfilter_layer7_2.22.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/generic/patches-3.2/600-netfilter_layer7_2.22.patch') diff --git a/target/linux/generic/patches-3.2/600-netfilter_layer7_2.22.patch b/target/linux/generic/patches-3.2/600-netfilter_layer7_2.22.patch index d62eb37572..b3d6bca0f0 100644 --- a/target/linux/generic/patches-3.2/600-netfilter_layer7_2.22.patch +++ b/target/linux/generic/patches-3.2/600-netfilter_layer7_2.22.patch @@ -2130,3 +2130,13 @@ +}; + +#endif /* _XT_LAYER7_H */ +--- a/include/linux/netfilter/Kbuild ++++ b/include/linux/netfilter/Kbuild +@@ -45,6 +45,7 @@ header-y += xt_hashlimit.h + header-y += xt_helper.h + header-y += xt_iprange.h + header-y += xt_ipvs.h ++header-y += xt_layer7.h + header-y += xt_length.h + header-y += xt_limit.h + header-y += xt_mac.h -- cgit v1.2.3