From: Gabor Juhos Date: Mon, 2 Jun 2008 17:49:18 +0000 (+0000) Subject: netfilter: minor IMQ fix for 2.6.25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=60656e167d0975993561c26884fac80143d187e8;p=librecmc%2Flibrecmc.git netfilter: minor IMQ fix for 2.6.25 SVN-Revision: 11329 --- 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.