projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
777ed97
)
[NETFILTER] move nfnetlink options to right location in kconfig menu
author
Harald Welte
<laforge@netfilter.org>
Sat, 17 Sep 2005 07:41:21 +0000
(
00:41
-0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 17 Sep 2005 07:41:21 +0000
(
00:41
-0700)
Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/Kconfig
b/net/Kconfig
index 2bdd5623fdd50889327bd4889e137f82bea6279c..60f6f321bd7667a9d57ed03edb17c88ac0e4a0dc 100644
(file)
--- 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