summaryrefslogtreecommitdiffstats
path: root/openwrt/package/iptables/kernelconfig.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-01 21:05:15 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-01 21:05:15 +0000
commit469f5e661c19cfd000235d65d5cf6fefdd6a14cf (patch)
treef720fed8d1867e8bcd12c25caf45a859d979b6c1 /openwrt/package/iptables/kernelconfig.mk
parenta40b70b6d3e6ba0ba85e1b666e6842afd325ed9e (diff)
add layer7 to iptables/kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@511 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/iptables/kernelconfig.mk')
-rw-r--r--openwrt/package/iptables/kernelconfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/iptables/kernelconfig.mk b/openwrt/package/iptables/kernelconfig.mk
index 319cea8e6..00d2349aa 100644
--- a/openwrt/package/iptables/kernelconfig.mk
+++ b/openwrt/package/iptables/kernelconfig.mk
@@ -22,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