X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/db540460f8324f349a2bc044ee0350a8be99cb4f..c4bd8400ac4d2eb8da8905a88dc24222fa648db0:/openwrt/package/iptables/kernelconfig.mk diff --git a/openwrt/package/iptables/kernelconfig.mk b/openwrt/package/iptables/kernelconfig.mk index 18c8e7540..00d2349aa 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 @@ -21,6 +22,7 @@ ext-$(CONFIG_IP_NF_MATCH_CONNTRACK) += conntrack ext-$(CONFIG_IP_NF_MATCH_UNCLEAN) += unclean ext-$(CONFIG_IP_NF_MATCH_OWNER) += owner ext-$(CONFIG_IP_NF_MATCH_PHYSDEV) += physdev +ext-$(CONFIG_IP_NF_MATCH_LAYER7) += layer7 ext-$(CONFIG_IP_NF_TARGET_MASQUERADE) += MASQUERADE ext-$(CONFIG_IP_NF_TARGET_REDIRECT) += REDIRECT ext-$(CONFIG_IP_NF_TARGET_REJECT) += REJECT