diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-04-30 15:42:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-04-30 15:42:10 +0000 |
commit | 3c05234962064ef4c0d3e746f825a3e3e11b7093 (patch) | |
tree | 53f4fdb956625bb51a95ec9d57afe02c5edee843 /include | |
parent | e26227a404105b366fc7949aefa5e460113a0f8b (diff) | |
download | upstream-3c05234962064ef4c0d3e746f825a3e3e11b7093.tar.gz upstream-3c05234962064ef4c0d3e746f825a3e3e11b7093.tar.bz2 upstream-3c05234962064ef4c0d3e746f825a3e3e11b7093.zip |
kmod-ipt-iprange: fix build error on .25
SVN-Revision: 10992
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 7e7005d2a2..56c5588252 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -120,6 +120,7 @@ $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_TARGET_TOS, $(P_V4)ipt_TOS)) # iprange $(eval $(call nf_add,IPT_IPRANGE,CONFIG_IP_NF_MATCH_IPRANGE, $(P_V4)ipt_iprange)) +$(eval $(call nf_add,IPT_IPRANGE,CONFIG_NETFILTER_XT_MATCH_IPRANGE, $(P_XT)xt_iprange)) # ipsec |