From 76663e04c54a0268c2da8371203f89af4f55c30f Mon Sep 17 00:00:00 2001 From: Anisse Astier Date: Tue, 7 Feb 2012 07:39:11 +0000 Subject: [PATCH] --- yaml --- r: 287517 b: refs/heads/master c: 6d25886ee2fbc05a7bf4dae5f5ae345cb73df2fd h: refs/heads/master i: 287515: 9e86efbccbb463da2962c5307463fd60f5c0fb5d v: v3 --- [refs] | 2 +- trunk/net/ipv4/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 12042872df6c..193624154819 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f61cd879c2f112c468e8849949b6fc88c739679 +refs/heads/master: 6d25886ee2fbc05a7bf4dae5f5ae345cb73df2fd diff --git a/trunk/net/ipv4/Kconfig b/trunk/net/ipv4/Kconfig index aa2a2c79776f..d183262943d9 100644 --- a/trunk/net/ipv4/Kconfig +++ b/trunk/net/ipv4/Kconfig @@ -409,7 +409,7 @@ config INET_TCP_DIAG config INET_UDP_DIAG tristate "UDP: socket monitoring interface" - depends on INET_DIAG + depends on INET_DIAG && (IPV6 || IPV6=n) default n ---help--- Support for UDP socket monitoring interface used by the ss tool.