diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-02-28 12:04:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-02-28 12:04:58 +0000 |
commit | 780712e30e3c192cb17891a6e317d1103fd9e808 (patch) | |
tree | 22c8047187be3ec0ac555445879a8169cdfd1751 /include/netfilter.mk | |
parent | fd0969ba6123ac81ae48929bb62174d8cb29f3aa (diff) | |
download | mtk-20170518-780712e30e3c192cb17891a6e317d1103fd9e808.zip mtk-20170518-780712e30e3c192cb17891a6e317d1103fd9e808.tar.gz mtk-20170518-780712e30e3c192cb17891a6e317d1103fd9e808.tar.bz2 |
Add ipt_CLASSIFY target for 2.4 kernels (#1338)
SVN-Revision: 6424
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r-- | include/netfilter.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index 64372b5..58a81ee 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 |