netfilter: minor IMQ fix for 2.6.25
SVN-Revision: 11329
This commit is contained in:
parent
432b711eb5
commit
60656e167d
1 changed files with 2 additions and 2 deletions
|
@ -716,7 +716,7 @@
|
||||||
|
|
||||||
+config IP_NF_TARGET_IMQ
|
+config IP_NF_TARGET_IMQ
|
||||||
+ tristate "IMQ target support"
|
+ tristate "IMQ target support"
|
||||||
+ depends on IP_NF_MANGLE
|
+ depends on IP_NF_MANGLE && IMQ
|
||||||
+ help
|
+ help
|
||||||
+ This option adds a `IMQ' target which is used to specify if and
|
+ This option adds a `IMQ' target which is used to specify if and
|
||||||
+ to which IMQ device packets should get enqueued/dequeued.
|
+ to which IMQ device packets should get enqueued/dequeued.
|
||||||
|
@ -818,7 +818,7 @@
|
||||||
|
|
||||||
+config IP6_NF_TARGET_IMQ
|
+config IP6_NF_TARGET_IMQ
|
||||||
+ tristate "IMQ target support"
|
+ tristate "IMQ target support"
|
||||||
+ depends on IP6_NF_MANGLE
|
+ depends on IP6_NF_MANGLE && IMQ
|
||||||
+ help
|
+ help
|
||||||
+ This option adds a `IMQ' target which is used to specify if and
|
+ This option adds a `IMQ' target which is used to specify if and
|
||||||
+ to which imq device packets should get enqueued/dequeued.
|
+ to which imq device packets should get enqueued/dequeued.
|
||||||
|
|
Loading…
Reference in a new issue