From 19e1280bbf302dce73e4fe31ca8f4f556d64a3c1 Mon Sep 17 00:00:00 2001 From: zbyniu Date: Wed, 28 Jan 2009 13:28:57 +0000 Subject: [PATCH] - NF_CONNTRACK_ENABLED -> NF_CONNTRACK Changed files: esfq-kernel.patch -> 1.1.2.8.2.1 kernel-esfq.patch -> 1.1.2.8.2.1 --- esfq-kernel.patch | 2 +- kernel-esfq.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esfq-kernel.patch b/esfq-kernel.patch index 1c44263f..4f5457da 100644 --- a/esfq-kernel.patch +++ b/esfq-kernel.patch @@ -64,7 +64,7 @@ diff -Naur linux-2.6.24.orig/net/sched/Kconfig linux-2.6.24/net/sched/Kconfig + +config NET_SCH_ESFQ_NFCT + bool "Connection Tracking Hash Types" -+ depends on NET_SCH_ESFQ && NF_CONNTRACK_ENABLED ++ depends on NET_SCH_ESFQ && NF_CONNTRACK + ---help--- + Say Y here to enable support for hashing based on netfilter connection + tracking information. This is useful for a router that is also using diff --git a/kernel-esfq.patch b/kernel-esfq.patch index 1c44263f..4f5457da 100644 --- a/kernel-esfq.patch +++ b/kernel-esfq.patch @@ -64,7 +64,7 @@ diff -Naur linux-2.6.24.orig/net/sched/Kconfig linux-2.6.24/net/sched/Kconfig + +config NET_SCH_ESFQ_NFCT + bool "Connection Tracking Hash Types" -+ depends on NET_SCH_ESFQ && NF_CONNTRACK_ENABLED ++ depends on NET_SCH_ESFQ && NF_CONNTRACK + ---help--- + Say Y here to enable support for hashing based on netfilter connection + tracking information. This is useful for a router that is also using -- 2.44.0