netfilter: minor IMQ fix for 2.6.25
authorGabor Juhos <juhosg@openwrt.org>
Mon, 2 Jun 2008 17:49:18 +0000 (17:49 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 2 Jun 2008 17:49:18 +0000 (17:49 +0000)
SVN-Revision: 11329

target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch

index 3d5ce9b13b0c3e42a036aeec47d9a4df5a401983..e5db1d8212542e8bd940d59f82ad0da9506d6bcd 100644 (file)
  
 +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.
  
 +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.