netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] NETCONSOLE must depend on INET
@ 2005-07-19 18:29 Adrian Bunk
  2005-07-19 21:01 ` David S. Miller
  0 siblings, 1 reply; 11+ messages in thread
From: Adrian Bunk @ 2005-07-19 18:29 UTC (permalink / raw)
  To: jgarzik; +Cc: netdev, linux-kernel

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

<--  snip  -->

...
  LD      .tmp_vmlinux1
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'
make: *** [.tmp_vmlinux1] Error 1

<--  snip  -->


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.13-rc3/drivers/net/Kconfig.old	2005-07-19 19:29:25.000000000 +0200
+++ linux-2.6.13-rc3/drivers/net/Kconfig	2005-07-19 19:29:37.000000000 +0200
@@ -2544,7 +2544,7 @@
 
 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.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-07-27 21:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-19 18:29 [2.6 patch] NETCONSOLE must depend on INET Adrian Bunk
2005-07-19 21:01 ` David S. Miller
2005-07-26 23:20   ` Matt Mackall
2005-07-26 23:32     ` David S. Miller
2005-07-26 23:58       ` Matt Mackall
2005-07-27  0:03         ` David S. Miller
2005-07-27  2:36           ` Matt Mackall
2005-07-27  2:53             ` David S. Miller
2005-07-27 20:19             ` David S. Miller
2005-07-27 20:46               ` Matt Mackall
2005-07-27 21:13                 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).