mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-14 08:32:09 -05:00
Add SNAT and DNAT targets
SVN-Revision: 345
This commit is contained in:
parent
7e0a17d829
commit
b6ee036a08
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user