diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-08 01:00:25 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-08 01:00:25 +0000 |
commit | f1f1aeba5a1cb71673f7b7c5d584f8eb679919a9 (patch) | |
tree | 12f86e4c531dcaa1ba151e106cc4cd6a1db4a2d0 /openwrt/package/iptables/kernelconfig.mk | |
parent | c229f01403b59a4e95f39c8ae9b8b5e143baad37 (diff) |
Add SNAT and DNAT targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@345 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/iptables/kernelconfig.mk')
-rw-r--r-- | openwrt/package/iptables/kernelconfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/iptables/kernelconfig.mk b/openwrt/package/iptables/kernelconfig.mk index 18c8e7540..319cea8e6 100644 --- a/openwrt/package/iptables/kernelconfig.mk +++ b/openwrt/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 |