From: Harald Welte Date: Mon, 13 Feb 2006 23:42:48 +0000 (-0800) Subject: [NETFILTER] Fix Kconfig menu level for x_tables X-Git-Tag: v2.6.16-rc4~110 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a6c1cd572642478528165ac44db4d2daae125a21;p=~shefty%2Frdma-dev.git [NETFILTER] Fix Kconfig menu level for x_tables The new x_tables related Kconfig options appear at the wrong menu level without this patch. Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 99c0a0fa4a9..0e550127fa7 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -102,8 +102,6 @@ config NF_CT_NETLINK help This option enables support for a netlink-based userspace interface -endmenu - config NETFILTER_XTABLES tristate "Netfilter Xtables support (required for ip_tables)" help @@ -361,3 +359,5 @@ config NETFILTER_XT_MATCH_TCPMSS To compile it as a module, choose M here. If unsure, say N. +endmenu +