From a805acfed495cca15019fcedacbc6e1ea38e475d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Jun 2011 18:14:10 +0200 Subject: [PATCH] ... --- kernel/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/init.c b/kernel/init.c index 2861c758..e229f691 100644 --- a/kernel/init.c +++ b/kernel/init.c @@ -123,9 +123,9 @@ void tcp_init_ok(void* e) int network_init(void) { - tcpip_init(tcp_init_ok,NULL); +// tcpip_init(tcp_init_ok,NULL); kprintf("TCPINIT KAPUTT=!=!AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=!=!=!!????\n"); - mmnif_open(); +// mmnif_open(); return 0; #if 0 #if defined(CONFIG_LWIP)