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 | baa285c07cdd7bd166a33416b39664bf5bbd7449 (patch) | |
tree | 845730c6d4c7f077322679d47f3e52fddde00c90 /include | |
parent | f6bf23b9239dd1514bd0aa7bf857a16d1a7f35ed (diff) | |
download | upstream-baa285c07cdd7bd166a33416b39664bf5bbd7449.tar.gz upstream-baa285c07cdd7bd166a33416b39664bf5bbd7449.tar.bz2 upstream-baa285c07cdd7bd166a33416b39664bf5bbd7449.zip |
[include] adept netfilter.mk to updated imq
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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 b9b95c797c..7df9baea13 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 |