Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23a534e7 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eb3f8f5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2544,7 +2544,7 @@ config SHAPER

config NETCONSOLE
	tristate "Network console logging support (EXPERIMENTAL)"
	depends on NETDEVICES && EXPERIMENTAL
	depends on NETDEVICES && INET && EXPERIMENTAL
	---help---
	If you want to log kernel messages over the network, enable this.
	See <file:Documentation/networking/netconsole.txt> for details.