summaryrefslogtreecommitdiffstats
path: root/include/netfilter.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-02-28 12:04:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-02-28 12:04:58 +0000
commit780712e30e3c192cb17891a6e317d1103fd9e808 (patch)
tree22c8047187be3ec0ac555445879a8169cdfd1751 /include/netfilter.mk
parentfd0969ba6123ac81ae48929bb62174d8cb29f3aa (diff)
downloadmaster-31e0f0ae-780712e30e3c192cb17891a6e317d1103fd9e808.tar.gz
master-31e0f0ae-780712e30e3c192cb17891a6e317d1103fd9e808.tar.bz2
master-31e0f0ae-780712e30e3c192cb17891a6e317d1103fd9e808.zip
Add ipt_CLASSIFY target for 2.4 kernels (#1338)
SVN-Revision: 6424
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r--include/netfilter.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 64372b541f..58a81ee0b2 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -54,6 +54,8 @@ IPT_IMQ-m :=
IPT_IMQ-$(CONFIG_IP_NF_TARGET_IMQ) += $(P_V4)ipt_IMQ
IPT_IPOPT-m :=
+IPT_IPOPT-$(CONFIG_IP_NF_TARGET_CLASSIFY) += $(P_V4)ipt_CLASSIFY
+IPT_IPOPT-$(CONFIG_NETFILTER_XT_TARGET_CLASSIFY) += $(P_XT)xt_CLASSIFY
IPT_IPOPT-$(CONFIG_IP_NF_MATCH_DSCP) += $(P_V4)ipt_dscp
IPT_IPOPT-$(CONFIG_IP_NF_TARGET_DSCP) += $(P_V4)ipt_DSCP
IPT_IPOPT-$(CONFIG_IP_NF_MATCH_ECN) += $(P_V4)ipt_ecn