From: Harald Welte Date: Sat, 17 Sep 2005 07:41:21 +0000 (-0700) Subject: [NETFILTER] move nfnetlink options to right location in kconfig menu X-Git-Tag: v2.6.14-rc2~5^2~8^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9eb0eec74d9425f4376df653304783339a027d79;p=platform%2Fkernel%2Flinux-exynos.git [NETFILTER] move nfnetlink options to right location in kconfig menu Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- diff --git a/net/Kconfig b/net/Kconfig index 2bdd562..60f6f32 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -140,6 +140,7 @@ config BRIDGE_NETFILTER If unsure, say N. +source "net/netfilter/Kconfig" source "net/ipv4/netfilter/Kconfig" source "net/ipv6/netfilter/Kconfig" source "net/decnet/netfilter/Kconfig" @@ -206,8 +207,6 @@ config NET_PKTGEN To compile this code as a module, choose M here: the module will be called pktgen. -source "net/netfilter/Kconfig" - endmenu endmenu