summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-06-02 17:49:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-06-02 17:49:18 +0000
commit60656e167d0975993561c26884fac80143d187e8 (patch)
tree8e0aa869e1b43b1e5d4cb8f996229ec8f5f31b09 /target/linux
parent432b711eb5e5c1e97266389f7f69f01fd4c98f92 (diff)
downloadmaster-31e0f0ae-60656e167d0975993561c26884fac80143d187e8.tar.gz
master-31e0f0ae-60656e167d0975993561c26884fac80143d187e8.tar.bz2
master-31e0f0ae-60656e167d0975993561c26884fac80143d187e8.zip
netfilter: minor IMQ fix for 2.6.25
SVN-Revision: 11329
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch b/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
index 3d5ce9b13b..e5db1d8212 100644
--- a/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
+++ b/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
@@ -716,7 +716,7 @@
+config IP_NF_TARGET_IMQ
+ tristate "IMQ target support"
-+ depends on IP_NF_MANGLE
++ depends on IP_NF_MANGLE && IMQ
+ help
+ This option adds a `IMQ' target which is used to specify if and
+ to which IMQ device packets should get enqueued/dequeued.
@@ -818,7 +818,7 @@
+config IP6_NF_TARGET_IMQ
+ tristate "IMQ target support"
-+ depends on IP6_NF_MANGLE
++ depends on IP6_NF_MANGLE && IMQ
+ help
+ This option adds a `IMQ' target which is used to specify if and
+ to which imq device packets should get enqueued/dequeued.