Skip to content

Commit

Permalink
[NETFILTER] Fix Kconfig menu level for x_tables
Browse files Browse the repository at this point in the history
The new x_tables related Kconfig options appear at the wrong menu level
without this patch.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Harald Welte authored and David S. Miller committed Feb 13, 2006
1 parent 15c38c6 commit a6c1cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -361,3 +359,5 @@ config NETFILTER_XT_MATCH_TCPMSS

To compile it as a module, choose M here. If unsure, say N.

endmenu

0 comments on commit a6c1cd5

Please sign in to comment.