Skip to content

Commit

Permalink
net: Fix build regression when INET_UDP_DIAG=y and IPV6=m
Browse files Browse the repository at this point in the history
Tested-by: Anisse Astier <anisse@astier.eu>

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Anisse Astier authored and David S. Miller committed Feb 7, 2012
1 parent 3f61cd8 commit 6d25886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6d25886

Please sign in to comment.