X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/db540460f8324f349a2bc044ee0350a8be99cb4f..1b67272c2cb8f5e87f35198cc5e62b642b012888:/openwrt/package/iptables/kernelconfig.mk?ds=sidebyside 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