mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
linux/2.6.32: fix layer7 patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31586 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
73229f8d12
commit
796592856f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user