]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: NETCONSOLE must depend on INET
authorAdrian Bunk <bunk@stusta.de>
Tue, 19 Jul 2005 21:00:53 +0000 (14:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Jul 2005 21:00:53 +0000 (14:00 -0700)
commitf595fce7dfd637a22d11d5a3dbf79c103ea51da8
tree76a8c8a1cb3ff915fdb337242a073f651998915d
parent5118848820a6048bafba20146de62eddd8ca0d8f
[NET]: NETCONSOLE must depend on INET

NETCONSOLE=y and INET=n results in the following compile error:

net/built-in.o: In function `netpoll_parse_options':
: undefined reference to `in_aton'
net/built-in.o: In function `netpoll_parse_options':
: undefined reference to `in_aton'

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig