From 68ceb29e7133a0f972f53d3d61fd61207374baec Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 2 Aug 2004 21:11:11 +0000 Subject: Add support for console over UDP (compatible to Ingo Molnar's netconsole patch under Linux) --- common/devices.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/devices.c b/common/devices.c index b37c99a..bd4dfa0 100644 --- a/common/devices.c +++ b/common/devices.c @@ -201,6 +201,9 @@ int devices_init (void) #ifdef CONFIG_USB_TTY drv_usbtty_init (); #endif +#ifdef CONFIG_NETCONSOLE + drv_nc_init (); +#endif return (0); } -- cgit v1.1