From 98724a9312a1d857a2aca8dbe354221e7a390124 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 11 Mar 2004 07:19:53 +0000 Subject: fix eth[67] detection (gc) --- mdk-stage1/probing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 9de8a370b..515ba81f5 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -712,7 +712,7 @@ int net_device_available(char * device) { char ** get_net_devices(void) { char * devices[] = { - "eth0", "eth1", "eth2", "eth3", "eth4", "eth5", "eth6', 'eth7", "eth8", "eth9", + "eth0", "eth1", "eth2", "eth3", "eth4", "eth5", "eth6", "eth7", "eth8", "eth9", "tr0", "plip0", "plip1", "plip2", "fddi0", -- cgit v1.2.1