aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-03-08 01:00:25 +0000
committerNicolas Thill <nico@openwrt.org>2005-03-08 01:00:25 +0000
commit03e8e52cde0dde9c009f20744e7fa03b0e572f8b (patch)
treeb81cd0651ce0dcee248f4c19eea52bbf99eef28e /package/iptables
parent0814a9c28b1f3d403a5fb56e9a6ea5ffbd5a5f3b (diff)
downloadmaster-187ad058-03e8e52cde0dde9c009f20744e7fa03b0e572f8b.tar.gz
master-187ad058-03e8e52cde0dde9c009f20744e7fa03b0e572f8b.tar.bz2
master-187ad058-03e8e52cde0dde9c009f20744e7fa03b0e572f8b.zip
Add SNAT and DNAT targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@345 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/kernelconfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/kernelconfig.mk b/package/iptables/kernelconfig.mk
index 18c8e7540f..319cea8e6a 100644
--- a/package/iptables/kernelconfig.mk
+++ b/package/iptables/kernelconfig.mk
@@ -1,6 +1,7 @@
include $(LINUX_DIR)/.config
# 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_MAC) += mac
ext-$(CONFIG_IP_NF_MATCH_PKTTYPE) += pkttype