Fix iptables abuse of kernel header files. Use exported headers instead.
[openwrt/openwrt.git] / target / linux / generic / patches-2.6.32 / 100-netfilter_layer7_2.21.patch
index de9c63c357abafaea08a9faaf4e825c76314a722..00b6d480be347d3951e84562894a74fb5e6c489e 100644 (file)
 +
 +module_init(xt_layer7_init);
 +module_exit(xt_layer7_fini);
+--- 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