Skip to content

Commit

Permalink
[AF_RXRPC]: AF_RXRPC depends on IPv4
Browse files Browse the repository at this point in the history
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 <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David Howells authored and David S. Miller committed May 22, 2007
1 parent 26b8e51 commit 71a904b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rxrpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71a904b

Please sign in to comment.