diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-06-02 17:49:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-06-02 17:49:18 +0000 |
commit | 8e3d1376333c183ed422bc10880b8f91a570cd85 (patch) | |
tree | 3acb8dbcf5fe9e749a0893c606590488748181ad /target/linux/generic-2.6/patches-2.6.25 | |
parent | 2441c192a7f7a1b786f7e45fdce1684f6265ca84 (diff) | |
download | upstream-8e3d1376333c183ed422bc10880b8f91a570cd85.tar.gz upstream-8e3d1376333c183ed422bc10880b8f91a570cd85.tar.bz2 upstream-8e3d1376333c183ed422bc10880b8f91a570cd85.zip |
[kernel] netfilter: minor IMQ fix for 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11329 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch | 4 |
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. |