diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-07 03:16:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-07 03:16:36 +0000 |
commit | f3dd32d6fdc915f69451c33e18454a548163457f (patch) | |
tree | e6e14b7bd68cb6ae01ad7c8cd1baf7e1d0941b11 /include/netfilter.mk | |
parent | 8964c9037b9bf4619270b2f3f601ff6379649166 (diff) | |
download | mtk-20170518-f3dd32d6fdc915f69451c33e18454a548163457f.zip mtk-20170518-f3dd32d6fdc915f69451c33e18454a548163457f.tar.gz mtk-20170518-f3dd32d6fdc915f69451c33e18454a548163457f.tar.bz2 |
adept netfilter.mk to updated imq
SVN-Revision: 15656
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r-- | include/netfilter.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index b9b95c7..7df9bae 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -101,6 +101,7 @@ $(eval $(call nf_add,IPT_FILTER,CONFIG_NETFILTER_XT_MATCH_STRING, $(P_XT)xt_stri # imq $(eval $(call nf_add,IPT_IMQ,CONFIG_IP_NF_TARGET_IMQ, $(P_V4)ipt_IMQ)) +$(eval $(call nf_add,IPT_IMQ,CONFIG_NETFILTER_XT_TARGET_IMQ, $(P_XT)xt_IMQ)) # ipopt |