summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2005-09-17 00:41:21 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-17 00:41:21 -0700
commit9eb0eec74d9425f4376df653304783339a027d79 (patch)
tree325c1c053bfa6bbcd6d86a762a780d5110efc91b
parent777ed97f3e549832845d70dcae96cb36c41a543a (diff)
downloadlinux-3.10-9eb0eec74d9425f4376df653304783339a027d79.tar.gz
linux-3.10-9eb0eec74d9425f4376df653304783339a027d79.tar.bz2
linux-3.10-9eb0eec74d9425f4376df653304783339a027d79.zip
[NETFILTER] move nfnetlink options to right location in kconfig menu
Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 2bdd5623fdd..60f6f321bd7 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