summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/Makefile
diff options
context:
space:
mode:
authorJan Engelhardt2009-02-18 18:38:40 +0100
committerPatrick McHardy2009-02-18 18:38:40 +0100
commit563d36eb3fb22dd04da9aa6f12e1b9ba0ac115f3 (patch)
tree9ff10949c9382b98756fa8da6ded257f00249b84 /net/ipv4/netfilter/Makefile
parentnetfilter: arp_tables: unfold two critical loops in arp_packet_match() (diff)
downloadkernel-qcow2-linux-563d36eb3fb22dd04da9aa6f12e1b9ba0ac115f3.tar.gz
kernel-qcow2-linux-563d36eb3fb22dd04da9aa6f12e1b9ba0ac115f3.tar.xz
kernel-qcow2-linux-563d36eb3fb22dd04da9aa6f12e1b9ba0ac115f3.zip
netfilter: Combine ipt_TTL and ip6t_HL source
Suggested by: James King <t.james.king@gmail.com> Similarly to commit c9fd49680954714473d6cbd2546d6ff120f96840, merge TTL and HL. Since HL does not depend on any IPv6-specific function, no new module dependencies would arise. With slight adjustments to the Kconfig help text. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv4/netfilter/Makefile')
-rw-r--r--net/ipv4/netfilter/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/Makefile b/net/ipv4/netfilter/Makefile
index 5f9b650d90fc..20b0c37155fb 100644
--- a/net/ipv4/netfilter/Makefile
+++ b/net/ipv4/netfilter/Makefile
@@ -61,7 +61,6 @@ obj-$(CONFIG_IP_NF_TARGET_MASQUERADE) += ipt_MASQUERADE.o
obj-$(CONFIG_IP_NF_TARGET_NETMAP) += ipt_NETMAP.o
obj-$(CONFIG_IP_NF_TARGET_REDIRECT) += ipt_REDIRECT.o
obj-$(CONFIG_IP_NF_TARGET_REJECT) += ipt_REJECT.o
-obj-$(CONFIG_IP_NF_TARGET_TTL) += ipt_TTL.o
obj-$(CONFIG_IP_NF_TARGET_ULOG) += ipt_ULOG.o
# generic ARP tables