aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/615-netfilter_add_xt_id_match.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-13 22:23:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-13 22:23:14 +0000
commit9882aa86495ced24d8caa4d028e5e662bb64cd45 (patch)
tree04a11567f098738f14466ce18c05d4ac7bc11c26 /target/linux/generic/patches-3.18/615-netfilter_add_xt_id_match.patch
parent2fb7989420a673711f44c4dbc18bca1d85bf77e3 (diff)
downloadmaster-187ad058-9882aa86495ced24d8caa4d028e5e662bb64cd45.tar.gz
master-187ad058-9882aa86495ced24d8caa4d028e5e662bb64cd45.tar.bz2
master-187ad058-9882aa86495ced24d8caa4d028e5e662bb64cd45.zip
kernel: finally remove layer7 filter support
it has been non-functional for years and caused numerous memleaks and crashes for people that tried to enable it. it has no maintained upstream source, and it does not look like it's going to be fixed any time soon Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45423 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.18/615-netfilter_add_xt_id_match.patch')
-rw-r--r--target/linux/generic/patches-3.18/615-netfilter_add_xt_id_match.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/615-netfilter_add_xt_id_match.patch b/target/linux/generic/patches-3.18/615-netfilter_add_xt_id_match.patch
index 45f59a2a69..cbb9b2b8bd 100644
--- a/target/linux/generic/patches-3.18/615-netfilter_add_xt_id_match.patch
+++ b/target/linux/generic/patches-3.18/615-netfilter_add_xt_id_match.patch
@@ -37,7 +37,7 @@
depends on NETFILTER_ADVANCED
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
-@@ -143,6 +143,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_ESP) +=
+@@ -143,6 +143,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_ESP) +=
obj-$(CONFIG_NETFILTER_XT_MATCH_HASHLIMIT) += xt_hashlimit.o
obj-$(CONFIG_NETFILTER_XT_MATCH_HELPER) += xt_helper.o
obj-$(CONFIG_NETFILTER_XT_MATCH_HL) += xt_hl.o