projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71bfbb
)
Add SNAT and DNAT targets
author
Nicolas Thill
<nico@openwrt.org>
Tue, 8 Mar 2005 01:00:25 +0000
(
01:00
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 8 Mar 2005 01:00:25 +0000
(
01:00
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@345
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/iptables/kernelconfig.mk
patch
|
blob
|
history
diff --git
a/openwrt/package/iptables/kernelconfig.mk
b/openwrt/package/iptables/kernelconfig.mk
index
18c8e75
..
319cea8
100644
(file)
--- 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