http://www.usr.com/support/gpl/USR9107_release1.1.tar.gz
[bcm963xx.git] / kernel / linux / net / ipv4 / netfilter / Makefile
index 3861835..8fd1306 100755 (executable)
@@ -12,9 +12,6 @@ ip_nf_nat-objs                := ip_nat_core.o ip_nat_helper.o ip_nat_proto_unknown.o ip_nat_p
 ip_conntrack-objs      := ip_conntrack_standalone.o $(ip_nf_conntrack-objs)
 iptable_nat-objs       := ip_nat_standalone.o ip_nat_rule.o $(ip_nf_nat-objs)
 
-#added by echo for ip_traffic module
-ip_traffic-objs         := ip_traffic_standalone.o
-
 # objects for backwards compatibility mode
 ip_nf_compat-objs      := ip_fw_compat.o ip_fw_compat_redir.o ip_fw_compat_masq.o $(ip_nf_conntrack-objs) $(ip_nf_nat-objs)
 
@@ -67,7 +64,7 @@ obj-$(CONFIG_IP_NF_FILTER) += iptable_filter.o
 obj-$(CONFIG_IP_NF_MANGLE) += iptable_mangle.o
 obj-$(CONFIG_IP_NF_NAT) += iptable_nat.o
 obj-$(CONFIG_IP_NF_RAW) += iptable_raw.o
-obj-$(CONFIG_IP_NF_TECOM_TRAFFIC) += ip_traffic.o
+
 # matches
 obj-$(CONFIG_IP_NF_MATCH_HELPER) += ipt_helper.o
 obj-$(CONFIG_IP_NF_MATCH_LIMIT) += ipt_limit.o