From: David Howells Date: Tue, 22 May 2007 23:13:49 +0000 (-0700) Subject: [AF_RXRPC]: AF_RXRPC depends on IPv4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=71a904bf49582f1866e2d6f9ce0a186af9a50b39;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [AF_RXRPC]: AF_RXRPC depends on IPv4 Add a dependency for CONFIG_AF_RXRPC on CONFIG_INET. This fixes this error: net/built-in.o: In function `rxrpc_get_peer': (.text+0x42824): undefined reference to `ip_route_output_key' Signed-off-by: David Howells Signed-off-by: David S. Miller --- diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig index 91b3d52f6f1a..e662f1d07664 100644 --- a/net/rxrpc/Kconfig +++ b/net/rxrpc/Kconfig @@ -4,7 +4,7 @@ config AF_RXRPC tristate "RxRPC session sockets" - depends on EXPERIMENTAL + depends on INET && EXPERIMENTAL select KEYS help Say Y or M here to include support for RxRPC session sockets (just