diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 07:20:13 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 07:20:13 +0000 |
commit | 7ffa3fe02cfea5d54bddc18603f1f7860bc7205e (patch) | |
tree | 0ad48aef86f1384ea21f9c4499b25c1a0b98a06a /target/linux/generic | |
parent | 9a91dc9f719c4f77afe22a4ecf26b34fb8364fe9 (diff) | |
download | upstream-7ffa3fe02cfea5d54bddc18603f1f7860bc7205e.tar.gz upstream-7ffa3fe02cfea5d54bddc18603f1f7860bc7205e.tar.bz2 upstream-7ffa3fe02cfea5d54bddc18603f1f7860bc7205e.zip |
linux/2.6.32: fix layer7 patch
SVN-Revision: 31586
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/patches-2.6.32/100-netfilter_layer7_2.21.patch | 6 |
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 |