diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-23 15:21:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-23 15:21:22 +0000 |
commit | fb1e874cc753c333fa012e0ceeb0d7c21fa18d37 (patch) | |
tree | 77c7d77887d034367aa1d1c8dd862df105714bc3 | |
parent | 6fbb1ae7efc179bcb6b1975043e0d7cddf36ed7e (diff) | |
download | upstream-fb1e874cc753c333fa012e0ceeb0d7c21fa18d37.tar.gz upstream-fb1e874cc753c333fa012e0ceeb0d7c21fa18d37.tar.bz2 upstream-fb1e874cc753c333fa012e0ceeb0d7c21fa18d37.zip |
Add back physdev (#2216)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8466 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/netfilter.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index 825cf95030..a36b4a0a69 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -37,7 +37,7 @@ IPT_EXTRA-m := $(eval $(call nf_add,IPT_EXTRA,CONFIG_IP_NF_MATCH_CONDITION, $(P_V4)ipt_condition)) $(eval $(call nf_add,IPT_EXTRA,CONFIG_IP_NF_TARGET_LOG, $(P_V4)ipt_LOG)) $(eval $(call nf_add,IPT_EXTRA,CONFIG_IP_NF_MATCH_OWNER, $(P_V4)ipt_owner)) -$(eval $(call nf_add,IPT_EXTRA,CONFIG_IP_NF_MATCH_PHYSDEV, $(P_V4)ipt_physdev)) +$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_PHYSDEV, $(P_XT)xt_physdev)) $(eval $(call nf_add,IPT_EXTRA,CONFIG_IP_NF_MATCH_PKTTYPE, $(P_V4)ipt_pkttype)) $(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_PKTTYPE, $(P_XT)xt_pkttype)) $(eval $(call nf_add,IPT_EXTRA,CONFIG_IP_NF_MATCH_QUOTA, $(P_V4)ipt_quota)) |