aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-05 07:20:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-05 07:20:13 +0000
commitdda43ef81ea7983be6a44dbe9ce2a614294c4b44 (patch)
treecd8054aff6f58b1966d00379408609dafb6cfe2a
parent9db9f75c4721f2dc89d5bb500d6cf8e2eee579e8 (diff)
downloadmaster-187ad058-dda43ef81ea7983be6a44dbe9ce2a614294c4b44.tar.gz
master-187ad058-dda43ef81ea7983be6a44dbe9ce2a614294c4b44.tar.bz2
master-187ad058-dda43ef81ea7983be6a44dbe9ce2a614294c4b44.zip
linux/2.6.32: fix layer7 patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31586 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/generic/patches-2.6.32/100-netfilter_layer7_2.21.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-2.6.32/100-netfilter_layer7_2.21.patch b/target/linux/generic/patches-2.6.32/100-netfilter_layer7_2.21.patch
index 00b6d480be..585b812cdf 100644
--- a/target/linux/generic/patches-2.6.32/100-netfilter_layer7_2.21.patch
+++ b/target/linux/generic/patches-2.6.32/100-netfilter_layer7_2.21.patch
@@ -2132,10 +2132,10 @@
+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
+@@ -28,6 +28,7 @@ header-y += xt_esp.h
+ header-y += xt_hashlimit.h
header-y += xt_iprange.h
- header-y += xt_ipvs.h
+ header-y += xt_helper.h
+header-y += xt_layer7.h
header-y += xt_length.h
header-y += xt_limit.h