From bd8b343df3409cce3d6eb6fcaceaf941ce595b0e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Jun 2011 18:27:03 +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 e229f691..2861c758 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)