[NETFILTER]: Hide a few more options under NETFILTER_ADVANCED Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> --- commit 46cc0c9011901f2697608a11c05d43765c7a3b38 tree 65a6a7d661d466e1f5fcc5a43836a24361327e50 parent ee28d55dcb195190fb8bbef5cc8f65b21fd78b52 author Patrick McHardy <kaber@xxxxxxxxx> Mon, 14 Jan 2008 06:51:07 +0100 committer Patrick McHardy <kaber@xxxxxxxxx> Tue, 15 Jan 2008 06:23:21 +0100 net/netfilter/Kconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 96dbe9f..a711b42 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -378,6 +378,7 @@ config NETFILTER_XT_TARGET_NOTRACK config NETFILTER_XT_TARGET_RATEEST tristate '"RATEEST" target support' depends on NETFILTER_XTABLES + depends on NETFILTER_ADVANCED help This option adds a `RATEEST' target, which allows to measure rates similar to TC estimators. The `rateest' match can be @@ -676,6 +677,7 @@ config NETFILTER_XT_MATCH_QUOTA config NETFILTER_XT_MATCH_RATEEST tristate '"rateest" match support' depends on NETFILTER_XTABLES + depends on NETFILTER_ADVANCED select NETFILTER_XT_TARGET_RATEEST help This option adds a `rateest' match, which allows to match on the - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html