mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
[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>
This commit is contained in:
parent
eb3f8f5e22
commit
23a534e7b1
@ -2544,7 +2544,7 @@ config SHAPER
|
|||||||
|
|
||||||
config NETCONSOLE
|
config NETCONSOLE
|
||||||
tristate "Network console logging support (EXPERIMENTAL)"
|
tristate "Network console logging support (EXPERIMENTAL)"
|
||||||
depends on NETDEVICES && EXPERIMENTAL
|
depends on NETDEVICES && INET && EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
If you want to log kernel messages over the network, enable this.
|
If you want to log kernel messages over the network, enable this.
|
||||||
See <file:Documentation/networking/netconsole.txt> for details.
|
See <file:Documentation/networking/netconsole.txt> for details.
|
||||||
|
Loading…
Reference in New Issue
Block a user