Add SNAT and DNAT targets

SVN-Revision: 345
This commit is contained in:
Nicolas Thill 2005-03-08 01:00:25 +00:00
parent 7e0a17d829
commit b6ee036a08

View file

@ -1,6 +1,7 @@
include $(LINUX_DIR)/.config include $(LINUX_DIR)/.config
# translate linux kernel config to filenames # translate linux kernel config to filenames
ext-$(CONFIG_IP_NF_NAT) += SNAT DNAT
ext-$(CONFIG_IP_NF_MATCH_LIMIT) += limit ext-$(CONFIG_IP_NF_MATCH_LIMIT) += limit
ext-$(CONFIG_IP_NF_MATCH_MAC) += mac ext-$(CONFIG_IP_NF_MATCH_MAC) += mac
ext-$(CONFIG_IP_NF_MATCH_PKTTYPE) += pkttype ext-$(CONFIG_IP_NF_MATCH_PKTTYPE) += pkttype